81 lines
1.8 KiB
TOML
81 lines
1.8 KiB
TOML
#baseURL = 'localhost'
|
|
languageCode = 'en'
|
|
defaultContentLanguage = 'en'
|
|
theme = "nightfall"
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[menu]
|
|
[[menu.header]]
|
|
name = "posts"
|
|
weight = 99
|
|
url = "post"
|
|
[[menu.header]]
|
|
name = "about"
|
|
weight = 100
|
|
url = "about"
|
|
|
|
[languages]
|
|
[languages.es]
|
|
disabled = false
|
|
languageCode = 'es-ES'
|
|
languageDirection = 'ltr'
|
|
languageName = 'Español'
|
|
weight = 1
|
|
[languages.en]
|
|
disabled = false
|
|
languageCode = 'en-US'
|
|
languageDirection = 'ltr'
|
|
languageName = 'English'
|
|
weight = 2
|
|
|
|
[params]
|
|
|
|
user = "hello"
|
|
hostname = "gohugo.io"
|
|
sitedescription = "Minimal dark theme for Hugo"
|
|
|
|
showMetadata = true # Master switch for all metadata display
|
|
showPublishedDate = true # Show published date on post page
|
|
published = true
|
|
showReadingTime = true # Show reading time on post page
|
|
readingTime = true
|
|
showTags = true # Show tags on post page
|
|
showAuthors = true # Show authors on post page
|
|
showCategories = true # Show categories on post page
|
|
|
|
[params.author]
|
|
name = "Hugo Nightfall"
|
|
avatar = "/avatar.png"
|
|
avatarSize = "size-m"
|
|
avatarFirst = true
|
|
|
|
[params.styles]
|
|
color = "blue"
|
|
|
|
# footerHtml = 'CC BY-SA 4.0, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a> and <a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme'
|
|
|
|
[[params.social]]
|
|
key = 0
|
|
name = "github"
|
|
url = "https://github.com/gohugoio"
|
|
icon = "fa-brands fa-github"
|
|
|
|
[[params.social]]
|
|
key = 1
|
|
name = "twitter"
|
|
url = "https://www.example.com"
|
|
|
|
[[params.social]]
|
|
key = 2
|
|
name = "linkedin"
|
|
url = "https://www.example.com"
|
|
|
|
[[params.social]]
|
|
key = 3
|
|
name = "email"
|
|
url = "mailto:email@example.com"
|