From 164d0b1d0e53c3aa0bd4038e464a150f479bd41a Mon Sep 17 00:00:00 2001 From: Mantas VilĨinskas Date: Sat, 1 May 2021 23:15:09 +0300 Subject: v5.0.2 fix #180 by showing date instead of relative time for future dates report by @untuned --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.3-70-g09d2