mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
enable emoji and unsafe renderer
This commit is contained in:
parent
2b99ecb033
commit
e7550feb5f
@ -8,7 +8,7 @@ enableRobotsTXT: true
|
||||
buildDrafts: false
|
||||
buildFuture: false
|
||||
buildExpired: false
|
||||
|
||||
enableEmoji: true
|
||||
# googleAnalytics: UA-123-45
|
||||
|
||||
minify:
|
||||
@ -176,7 +176,10 @@ taxonomies:
|
||||
tag: tags
|
||||
series: series
|
||||
|
||||
# markup:
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
# highlight:
|
||||
# # anchorLineNos: true
|
||||
# codeFences: true
|
||||
|
Loading…
Reference in New Issue
Block a user