Install Hugo Extended
brew install hugo
hugo version
Clone and run
git clone <your-repo-url> xd-wiki
cd xd-wiki
hugo server --bind 127.0.0.1 -p 1315 --disableFastRender
Netlify deployment
- Connect the repo in Netlify
- Build command:
hugo --gc --minify
- Publish directory:
public