Files
hugo-starless/hugo.toml
2026-06-23 17:59:58 +00:00

25 lines
542 B
TOML

baseURL = "https://example.org/"
locale = "en-us"
title = "starless"
theme = "starless"
enableRobotsTXT = true
disableHugoGeneratorInject = true
[outputs]
home = ["HTML", "RSS", "JSON"]
[markup.highlight]
style = "gruvbox"
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [["$$", "$$"]]
inline = [["\\(", "\\)"]]
[params]
description = "Starless is a small Hugo theme for dark, text first sites."
sidebarFooter = "built with Hugo"
homeFooter = "see you in another file!"