diff --git a/content/_index.md b/content/_index.md index bedff68..f46832e 100644 --- a/content/_index.md +++ b/content/_index.md @@ -9,3 +9,7 @@ cascade: ## Willkommen beim Pistolenclub Stammertal Testen wir mal die **Formattierungen**, *oder* nicht? + +![](/images/logo.svg) + +...und weiter gehts diff --git a/pcs-setup.txt b/pcs-setup.txt new file mode 100644 index 0000000..f7832d5 --- /dev/null +++ b/pcs-setup.txt @@ -0,0 +1,14 @@ +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 diff --git a/static/images/logo.svg b/static/images/logo.svg new file mode 100644 index 0000000..324c42c --- /dev/null +++ b/static/images/logo.svg @@ -0,0 +1,3 @@ +