Files
netinfection.xyz/config.toml
2026-04-14 09:03:42 +02:00

39 lines
878 B
TOML
Executable File

baseurl = "https://netinfection.xyz/"
languageCode = "en-us"
theme = "hugo-theme-terminal"
pagination.pagerSize = 5
[markup.goldmark.renderer]
unsafe = true
[params]
contentTypeName = "posts"
showMenuItems = 2
fullWidthTheme = true
centerTheme = false
favicon = "favicon.png"
[params.logo]
logoText = "NetInfection"
logoHomeLink = "/"
[languages]
[languages.en]
title = "NetInfection"
copyright = ""
[languages.en.params]
subtitle = "A simple, retro theme for Hugo"
keywords = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"