pcs-website-test/pcs-setup.txt
Reto Bollinger ea584ba7fc First steps
2023-11-14 21:39:58 +01:00

14 lines
302 B
Text

hugo new site pcs --format yaml
cd pcs
git init
hugo mod init pcsmod
hugo mod get github.com/imfing/hextra
add the following to hugo.yaml:
module:
imports:
- path: github.com/imfing/hextra
hugo new content/_index.md
hugo new content/docs/_index.md
hugo server --buildDrafts --disableFastRender