Intial setup

This commit is contained in:
Reto Bollinger 2023-11-14 20:39:38 +01:00
commit 4997659497
7 changed files with 38 additions and 0 deletions

0
.hugo_build.lock Normal file
View file

5
archetypes/default.md Normal file
View file

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++

11
content/_index.md Normal file
View file

@ -0,0 +1,11 @@
---
title: "Pistolenclub Stammertal"
date: 2023-11-14T20:14:29+01:00
draft: true
cascade:
type: docs
---
## Willkommen beim Pistolenclub Stammertal
Testen wir mal die **Formattierungen**, *oder* nicht?

View file

@ -0,0 +1,9 @@
---
title: "Verein"
date: 2023-11-14T20:27:35+01:00
draft: true
---
## Alles über den Verein
Hier findet man **alles** über den Verein!

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module pcsmod
go 1.21.4
require github.com/imfing/hextra v0.6.5 // indirect

2
go.sum Normal file
View file

@ -0,0 +1,2 @@
github.com/imfing/hextra v0.6.5 h1:1hRZsZp6J/dum0VEUH4gHP9Zi5sPMtyAaRuxMt1HuiM=
github.com/imfing/hextra v0.6.5/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=

6
hugo.yaml Normal file
View file

@ -0,0 +1,6 @@
baseURL: https://example.org/
languageCode: en-us
title: PC Stammertal
module:
imports:
- path: github.com/imfing/hextra