With Hugo:
develop:
hugo server
In case caching needs to be disabled (css changes, etc)
hugo server --noHTTPCache --ignoreCache --disableFastRender
Usage: https://gohugo.io/getting-started/usage/
build:
hugo --gc --theme=hugo-vitae -b http://jborza.com/
run:
hugo server -D -F --theme=hugo-vitae
- use the
-D
option for drafts - use the
-F
option for content withdate
in the future