aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2021-05-01 23:15:09 +0300
committerGitHub <noreply@github.com>2021-05-01 23:15:09 +0300
commit164d0b1d0e53c3aa0bd4038e464a150f479bd41a (patch)
tree00a7e862d38201dffe9863052451f26a587f616e /README.md
parent27ffa549c10f415973f2b894b176754cbf910af5 (diff)
v5.0.2 fix #180 by showing date instead of relative time for future dates
report by @untuned
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 58b2b9e..e073253 100644
--- a/README.md
+++ b/README.md
@@ -284,7 +284,10 @@ cd cstate/exampleSite
3. Launch the development setup like this:
```bash
+# old command
hugo serve --baseUrl=http://localhost/ --theme=cstate --themesDir=../.. --verbose
+# new command partially works for v5.0.2; does not load images from static/
+hugo serve --config=exampleSite/config.yml --theme=../ --contentDir=exampleSite/content
```
The main directory is the theme itself (the cState guts, basically) and the `exampleSite` folder houses all content. Use this local setup to experiment before making a PR.