kekskurse.de/hugo.toml

39 lines
805 B
TOML
Raw Permalink Normal View History

2023-07-19 12:42:12 +00:00
baseURL = 'https://www.kekskurse.de/'
2023-07-19 09:49:50 +00:00
languageCode = 'en-us'
title = 'My New Hugo Site'
2023-07-19 12:42:12 +00:00
theme = 'hugo-blog-awesome'
[[params.socialIcons]]
name = "github"
url = "https://github.com/kekskurse"
[[params.socialIcons]]
name = "twitter"
url = "https://twitter.com/kekskurse"
[[params.socialIcons]]
name = "Rss"
url = "index.xml"
[menu]
[[menu.main]]
# The page reference (pageRef) is useful for menu highlighting
# When pageRef is set, setting `url` is optional; it will be used as a fallback if the page is not found.
pageRef="/"
name = 'Home'
url = '/'
weight = 10
[[menu.main]]
pageRef="posts"
name = 'Posts'
url = '/posts/'
weight = 20
[[menu.main]]
pageRef="about"
name = 'About'
url = '/about/'
weight = 30
[params]
goToTop = true