Compare commits
10 Commits
418f3e6484
...
main
Author | SHA1 | Date | |
---|---|---|---|
60e01d8286 | |||
072647ac48 | |||
0e7f3b551d | |||
0d23e2f49f | |||
22f2479323 | |||
331e72fc5f | |||
c839ee29e7 | |||
572caff760 | |||
f53b19eca4 | |||
ad5b8549ed |
@@ -3,6 +3,11 @@ languageCode = 'en'
|
||||
defaultContentLanguage = 'en'
|
||||
theme = "nightfall"
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[menu]
|
||||
[[menu.header]]
|
||||
name = "posts"
|
||||
@@ -27,20 +32,34 @@ theme = "nightfall"
|
||||
languageName = 'English'
|
||||
weight = 2
|
||||
|
||||
[pagination]
|
||||
pagerSize = 3
|
||||
|
||||
[params]
|
||||
|
||||
user = "hello"
|
||||
hostname = "gohugo.io"
|
||||
sitedescription = "Minimal dark theme for Hugo"
|
||||
|
||||
openLinksInNewTab = true
|
||||
|
||||
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"
|
||||
|
||||
readingTime = true
|
||||
published = true
|
||||
color = "orange"
|
||||
|
||||
# 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'
|
||||
|
||||
|
@@ -1 +1 @@
|
||||
config-nix.toml
|
||||
config-nightfall.toml
|
@@ -14,6 +14,13 @@ categories = [
|
||||
]
|
||||
series = ["Themes Guide"]
|
||||
aliases = ["migrate-from-jekyl"]
|
||||
|
||||
showMetadata = true # Master switch
|
||||
showPublishedDate = false # Hide published date for this post
|
||||
showReadingTime = false # Hide reading time for this post
|
||||
showTags = false # Show tags
|
||||
showAuthors = true # Hide authors
|
||||
showCategories = false # Show categories
|
||||
+++
|
||||
|
||||
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
|
||||
|
BIN
static/avatar.png
Normal file
BIN
static/avatar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 KiB |
Submodule themes/nightfall updated: 88f65c6a36...afc57f3c39
Submodule themes/nix updated: 104db07428...e571fb4470
Reference in New Issue
Block a user