Inital commit.
This commit is contained in:
commit
3081c9b135
5 changed files with 55 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/smol"]
|
||||||
|
path = themes/smol
|
||||||
|
url = https://git.datenkastl.org/fliegerjohn/smol.git
|
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
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
|
||||||
|
+++
|
46
hugo.toml
Normal file
46
hugo.toml
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
baseURL = 'https://datenkastl.de'
|
||||||
|
languageCode = 'de'
|
||||||
|
title = 'Datenkastl'
|
||||||
|
theme = "smol"
|
||||||
|
|
||||||
|
# Parameters
|
||||||
|
[params]
|
||||||
|
subtitle = "Datenkastl's Blog and Newspage"
|
||||||
|
dateFmt = "02.01.2006 15:04"
|
||||||
|
|
||||||
|
# Header
|
||||||
|
[menu]
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "posts"
|
||||||
|
name = "Posts"
|
||||||
|
url = "/posts/"
|
||||||
|
weight = 1
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "categories"
|
||||||
|
name = "Categories"
|
||||||
|
url = "/categories/"
|
||||||
|
weight = 2
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "tags"
|
||||||
|
name = "Tags"
|
||||||
|
url = "/tags/"
|
||||||
|
weight = 3
|
||||||
|
|
||||||
|
# Footer
|
||||||
|
[[menu.footer]]
|
||||||
|
name = "Forgejo"
|
||||||
|
url = "https://git.datenkastl.org/fliegerjohn"
|
||||||
|
weight = 1
|
||||||
|
|
||||||
|
[[menu.footer]]
|
||||||
|
name = "Fediverse"
|
||||||
|
url = "https://fedi.datenkastl.de/@fliegerjohn"
|
||||||
|
weight = 2
|
||||||
|
|
||||||
|
[[menu.footer]]
|
||||||
|
name = "About"
|
||||||
|
url = "/about"
|
||||||
|
weight = 3
|
||||||
|
|
1
themes/smol
Submodule
1
themes/smol
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 9c5b894c09507df23a167eaddd9a1a351d89cbf4
|
Loading…
Reference in a new issue