mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 17:31:38 +01:00
First steps
This commit is contained in:
parent
4997659497
commit
ea584ba7fc
3 changed files with 21 additions and 0 deletions
|
|
@ -9,3 +9,7 @@ cascade:
|
||||||
## Willkommen beim Pistolenclub Stammertal
|
## Willkommen beim Pistolenclub Stammertal
|
||||||
|
|
||||||
Testen wir mal die **Formattierungen**, *oder* nicht?
|
Testen wir mal die **Formattierungen**, *oder* nicht?
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
...und weiter gehts
|
||||||
|
|
|
||||||
14
pcs-setup.txt
Normal file
14
pcs-setup.txt
Normal file
|
|
@ -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
|
||||||
3
static/images/logo.svg
Normal file
3
static/images/logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 16 KiB |
Loading…
Add table
Reference in a new issue