25 lines
542 B
TOML
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!"
|