Hermit-V2 Theme Update
This commit is contained in:
@ -43,6 +43,13 @@ enableEmoji = true
|
||||
# googleAnalytics = "UA-123-45"
|
||||
# disqusShortname = "CHANGE ME"
|
||||
|
||||
[frontmatter]
|
||||
date = ["date", "publishDate", "lastmod"]
|
||||
lastmod = ["lastmod", ":git", "date", "publishDate"]
|
||||
publishDate = ["publishDate", "date"]
|
||||
expiryDate = ["expiryDate"]
|
||||
|
||||
|
||||
[params.author]
|
||||
name = "CHANGE SITE AUTHOR"
|
||||
about = "CHANGE SITE AUTHOR ABOUT"
|
||||
@ -57,6 +64,17 @@ enableEmoji = true
|
||||
# Categories are disabled by default.
|
||||
# category = "categories"
|
||||
|
||||
# Enable to get proper Mathjax support
|
||||
#[markup]
|
||||
# [markup.goldmark]
|
||||
# [markup.goldmark.extensions]
|
||||
# [markup.goldmark.extensions.passthrough]
|
||||
# enable = true
|
||||
# [markup.goldmark.extensions.passthrough.delimiters]
|
||||
# block = [['\[', '\]'], ['$$', '$$']]
|
||||
# inline = [['\(', '\)']]
|
||||
|
||||
|
||||
[params]
|
||||
dateform = "Jan 2, 2006"
|
||||
dateformShort = "Jan 2"
|
||||
@ -87,6 +105,10 @@ enableEmoji = true
|
||||
# googleTagManager = "GTM-XXXXXXXX"
|
||||
# tagSymbol = "#"
|
||||
# categorySymbol = "⊲"
|
||||
# pinned = "Pinned Posts"
|
||||
# pinnedSVGname = "pin"
|
||||
# descriptionInPosts= true
|
||||
# initialPublish = "Initally Posted on: "
|
||||
|
||||
[[params.socialLinks]]
|
||||
name = "mastodon"
|
||||
|
Reference in New Issue
Block a user