Inital commit.

This commit is contained in:
Fliegerjohn 2024-01-12 09:16:48 +01:00
commit 3081c9b135
Signed by: fliegerjohn
GPG key ID: E2221D5FE4656B6A
5 changed files with 55 additions and 0 deletions

3
.gitmodules vendored Normal file
View 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
View file

5
archetypes/default.md Normal file
View file

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

46
hugo.toml Normal file
View 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

@ -0,0 +1 @@
Subproject commit 9c5b894c09507df23a167eaddd9a1a351d89cbf4