Website/hugo.toml
2026-03-29 00:00:17 -04:00

32 lines
557 B
TOML

baseURL = 'https://danesabo.com'
languageCode = 'en-us'
theme = "notrack"
title = 'Dane Sabo'
[params]
author = 'Dane Sabo'
mainSections = ['CV', 'blog', 'projects']
footer = """\
This website was built using Hugo and the 'notrack' theme.\
"""
[params.social]
github = 'namelessfaceless'
email = 'yourstruly@danesabo.com'
# This sets up the link to my cv:
[[menu.main]]
name = 'CV'
weight = 8
url = "/cv/"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
# Disable RSS to avoid theme error
disableKinds = ["RSS"]