From ea584ba7fcac9072ec9ab711730f241071e68495 Mon Sep 17 00:00:00 2001 From: Reto Bollinger Date: Tue, 14 Nov 2023 21:39:58 +0100 Subject: [PATCH] First steps --- content/_index.md | 4 ++++ pcs-setup.txt | 14 ++++++++++++++ static/images/logo.svg | 3 +++ 3 files changed, 21 insertions(+) create mode 100644 pcs-setup.txt create mode 100644 static/images/logo.svg 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 @@ +