feat: first post
pinch it off
This commit is contained in:
28
hugo.toml
Normal file
28
hugo.toml
Normal 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"
|
Reference in New Issue
Block a user