Initial commit

This commit is contained in:
Fritz Grimpen 2024-10-09 21:04:32 +00:00
commit a3927cfeb9
6 changed files with 20 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
public/
resources/

4
.gitmodules vendored Normal file
View file

@ -0,0 +1,4 @@
[submodule "themes/book"]
path = themes/book
url = https://github.com/alex-shpak/hugo-book.git
branch = master

5
archetypes/default.md Normal file
View file

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

4
content/_index.md Normal file
View file

@ -0,0 +1,4 @@
+++
title="Startseite"
+++
# Chaos Computer Club Bremen e.V.

4
hugo.toml Normal file
View file

@ -0,0 +1,4 @@
baseURL = 'https://ccchb.de/'
languageCode = 'de-de'
title = 'Chaos Computer Club Bremen e.V.'
theme = 'book'

1
themes/book Submodule

@ -0,0 +1 @@
Subproject commit e4c062890b077898b1a637299c4d068cfa79ea3c