Update subproject commit for Nightfall theme
This commit is contained in:
@@ -3,6 +3,11 @@ languageCode = 'en'
|
|||||||
defaultContentLanguage = 'en'
|
defaultContentLanguage = 'en'
|
||||||
theme = "nightfall"
|
theme = "nightfall"
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
[markup.goldmark]
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.header]]
|
[[menu.header]]
|
||||||
name = "posts"
|
name = "posts"
|
||||||
@@ -33,15 +38,21 @@ theme = "nightfall"
|
|||||||
hostname = "gohugo.io"
|
hostname = "gohugo.io"
|
||||||
sitedescription = "Minimal dark theme for Hugo"
|
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]
|
[params.author]
|
||||||
name = "Hugo Nightfall"
|
name = "Hugo Nightfall"
|
||||||
avatar = "/avatar.png"
|
avatar = "/avatar.png"
|
||||||
avatarSize = "size-m"
|
avatarSize = "size-m"
|
||||||
avatarFirst = true
|
avatarFirst = true
|
||||||
|
|
||||||
readingTime = false
|
|
||||||
published = false
|
|
||||||
|
|
||||||
[params.styles]
|
[params.styles]
|
||||||
color = "blue"
|
color = "blue"
|
||||||
|
|
||||||
|
|||||||
Submodule themes/nightfall updated: 2c3d66e276...f8d6b0545d
Reference in New Issue
Block a user