Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 486 Bytes

build-instructions.md

File metadata and controls

29 lines (21 loc) · 486 Bytes

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

Displaying drafts and future articles

  • use the -D option for drafts
  • use the -F option for content with date in the future