This commit is contained in:
parent
d3ad20c8e9
commit
734f714ecb
46
config.yml
46
config.yml
@ -7,6 +7,29 @@ theme:
|
|||||||
- PaperMod
|
- PaperMod
|
||||||
- plausible-hugo
|
- plausible-hugo
|
||||||
|
|
||||||
|
params:
|
||||||
|
|
||||||
|
|
||||||
|
module:
|
||||||
|
imports:
|
||||||
|
- path: plausible-hugo
|
||||||
|
|
||||||
|
|
||||||
|
pygmentsstyle: "bw"
|
||||||
|
pygmentscodefences: true
|
||||||
|
pygmentscodefencesguesssyntax: true
|
||||||
|
|
||||||
|
|
||||||
|
enableInlineShortcodes: true
|
||||||
|
buildDrafts: false
|
||||||
|
buildFuture: false
|
||||||
|
buildExpired: false
|
||||||
|
enableEmoji: true
|
||||||
|
pygmentsUseClasses: true
|
||||||
|
|
||||||
|
languagecode: "en"
|
||||||
|
defaultcontentlanguage: "en"
|
||||||
|
|
||||||
params:
|
params:
|
||||||
csp:
|
csp:
|
||||||
childsrc:
|
childsrc:
|
||||||
@ -32,29 +55,6 @@ params:
|
|||||||
domain: andrewnw.xyz
|
domain: andrewnw.xyz
|
||||||
outbound_link: true
|
outbound_link: true
|
||||||
selfhosted_domain: "stats.andrewnw.com" # Self-hosted plausible domain
|
selfhosted_domain: "stats.andrewnw.com" # Self-hosted plausible domain
|
||||||
|
|
||||||
|
|
||||||
module:
|
|
||||||
imports:
|
|
||||||
- path: plausible-hugo
|
|
||||||
|
|
||||||
|
|
||||||
pygmentsstyle: "bw"
|
|
||||||
pygmentscodefences: true
|
|
||||||
pygmentscodefencesguesssyntax: true
|
|
||||||
|
|
||||||
|
|
||||||
enableInlineShortcodes: true
|
|
||||||
buildDrafts: false
|
|
||||||
buildFuture: false
|
|
||||||
buildExpired: false
|
|
||||||
enableEmoji: true
|
|
||||||
pygmentsUseClasses: true
|
|
||||||
|
|
||||||
languagecode: "en"
|
|
||||||
defaultcontentlanguage: "en"
|
|
||||||
|
|
||||||
params:
|
|
||||||
profileMode:
|
profileMode:
|
||||||
enabled: true
|
enabled: true
|
||||||
title: "Andrew Woodlee" # optional default will be site title
|
title: "Andrew Woodlee" # optional default will be site title
|
||||||
|
Loading…
Reference in New Issue
Block a user