www/hugo.toml
2024-08-14 21:07:54 -03:00

46 lines
898 B
TOML

baseURL = 'https://example.org/'
languageCode = 'en-us'
title = "Sencyy's website"
theme = 'smol'
author = 'Sencyy'
# Parameters
[params]
subtitle = "A blog for my personal stuff"
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 = "Github"
url = "https://github.com/example"
weight = 1
[[menu.footer]]
name = "Mastodon"
url = "https://example.com/@user"
weight = 2
[[menu.footer]]
name = "Imprint"
url = "/imprint"
weight = 3