mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
20 lines
No EOL
369 B
TOML
20 lines
No EOL
369 B
TOML
baseURL = "www.example.com"
|
|
languageCode = "en-us"
|
|
title = "Hugo Whisper Theme"
|
|
themesDir = "../.."
|
|
theme = "hugo-whisper-theme"
|
|
|
|
pygmentsCodeFences = true
|
|
pygmentsCodefencesGuessSyntax = true
|
|
pygmentsUseClasses = true
|
|
|
|
# Global menu section
|
|
[[menu.main]]
|
|
name = "Home"
|
|
url = "/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "Docs"
|
|
url = "/docs/"
|
|
weight = 2 |