feat: first post

pinch it off
This commit is contained in:
2024-11-27 20:39:44 +01:00
parent 481acae133
commit 1b2faa27dc
6 changed files with 106 additions and 7 deletions

28
hugo.toml Normal file
View File

@ -0,0 +1,28 @@
baseURL = 'https://blog.gtz.dk/'
languageCode = 'en-us'
title = 'gtz blog'
theme = 'hugo-xmin'
[[menu.main]]
name = "Home"
url = ""
weight = 1
[[menu.main]]
name = "About"
url = "about/"
weight = 2
[[menu.main]]
name = "Categories"
url = "categories/"
weight = 3
[[menu.main]]
name = "Tags"
url = "tags/"
weight = 4
[[menu.main]]
name = "Subscribe"
url = "index.xml"