Initial commit
This commit is contained in:
commit
a3927cfeb9
6 changed files with 20 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
public/
|
||||
resources/
|
4
.gitmodules
vendored
Normal file
4
.gitmodules
vendored
Normal 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
5
archetypes/default.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
4
content/_index.md
Normal file
4
content/_index.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
+++
|
||||
title="Startseite"
|
||||
+++
|
||||
# Chaos Computer Club Bremen e.V.
|
4
hugo.toml
Normal file
4
hugo.toml
Normal 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
1
themes/book
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit e4c062890b077898b1a637299c4d068cfa79ea3c
|
Loading…
Reference in a new issue