blog/config.toml

73 lines
2.2 KiB
TOML
Raw Normal View History

2023-06-11 16:09:07 +02:00
baseurl = "/"
languageCode = "en-us"
# Add it only if you keep the theme in the `themes` directory.
# Remove it if you use the theme as a remote Hugo Module.
theme = "hello-friend"
paginate = 5
enableGitInfo = true
[params]
# dir name of your blog content (default is `content/posts`).
# the list of set content will show up on your index page (baseurl).
contentTypeName = "homelab"
# OS theme is default when not provided, but you can force it to "light" or "dark"
defaultTheme = "light"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 5
# Show reading time in minutes for posts
showReadingTime = true
# Show table of contents at the top of your posts (defaults to false)
# Alternatively, add this param to post front matter for specific posts
# toc = true
# Show full page content in RSS feed items
#(default is Description or Summary metadata in the front matter)
# rssFullText = true
[languages]
[languages.en]
title = "broillet@blog"
subtitle = "A blog about self-hosting and homelab."
keywords = "proxmox,vm,docker,lxc,selfhost,self-hosted,homelab,network"
copyright = ""
menuMore = "Show more"
writtenBy = "Written by"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
minuteReadingTime = "min read"
dateFormatSingle = "January 2, 2006"
dateFormatList = "January 2, 2006"
# leave empty to disable, enter display text to enable
lastModDisplay = "Modified:"
[languages.en.params.logo]
logoText = "broillet@blog"
logoHomeLink = "/"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "general"
name = "General"
url = "/general"
[[languages.en.menu.main]]
identifier = "homelab"
name = "HomeLab"
url = "/homelab"
[[languages.en.menu.main]]
identifier = "archive"
name = "Archive"
url = "/archive"