mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 15:41:37 +01:00
14 lines
302 B
Text
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
|