Requirement | Install instructions |
---|---|
Hugo | https://gohugo.io/getting-started/installing/ |
node | https://github.com/nvm-sh/nvm#installing-and-updating |
yarn | corepack enable |
yarn install
yarn build-tw # creates assets/css/style.css from main.css
Create /public
directory:
hugo --minify
Hugo dev server, watches for changes and serves on localhost:1313:
hugo server