Update subproject commit for Nightfall theme

This commit is contained in:
2025-08-12 21:36:35 +02:00
parent 572caff760
commit c839ee29e7
2 changed files with 15 additions and 4 deletions

View File

@@ -3,6 +3,11 @@ languageCode = 'en'
defaultContentLanguage = 'en'
theme = "nightfall"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[menu]
[[menu.header]]
name = "posts"
@@ -33,15 +38,21 @@ theme = "nightfall"
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
readingTime = false
published = false
[params.styles]
color = "blue"