www/hugo.toml

47 lines
898 B
TOML
Raw Permalink Normal View History

2024-08-14 20:07:54 -04:00
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