54 lines
960 B
TOML
54 lines
960 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 = "Small on purpose."
|
|
|
|
[[menus.main]]
|
|
name = "Guide"
|
|
pageRef = "/docs"
|
|
weight = 10
|
|
|
|
[[menus.main]]
|
|
name = "Install"
|
|
pageRef = "/docs/install"
|
|
parent = "Guide"
|
|
weight = 11
|
|
|
|
[[menus.main]]
|
|
name = "Customize"
|
|
pageRef = "/docs/customize"
|
|
parent = "Guide"
|
|
weight = 12
|
|
|
|
[[menus.main]]
|
|
name = "Files"
|
|
pageRef = "/docs/files"
|
|
parent = "Guide"
|
|
weight = 13
|
|
|
|
[[menus.main]]
|
|
name = "How it looks?"
|
|
pageRef = "/docs/how-it-looks"
|
|
parent = "Guide"
|
|
weight = 14
|