This repo uses several submodules. After cloning, run:
git submodule update --init --recursiveThere are several ways to preview your work as you go.
To work on one of the hugo sites, cd into its folder and run
hugo serve --disableFastRender.
- If a post is labeled with
draft: truein the frontmatter, hugo will just pretend it doesn't exist, and this makes debugging very painful sometimes. - Make sure to use
--disableFastRenderif usinghugo serve- some elements will not regenerate (e.g. the menu on the reference docs)