kitsune-hosting/hugo.toml

28 lines
522 B
TOML

baseURL = 'https://kitsunehosting.net/'
languageCode = 'en-us'
title = 'Kitsune Hosting'
theme = "kitsune-theme"
# Automatic menu selection, I would prolly like to make this work https://gohugo.io/templates/menu/#section-menu-for-lazy-bloggers
# sectionPagesMenu = "main"
# Manual menu layout, works fine too
[menu]
[[menu.main]]
name = "Home"
pre = "home"
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
pre = "pen-tool"
url = "/posts/"
weight = 2
[[menu.main]]
name = "Tags"
pre = "tag"
url = "/tags/"
weight = 3