modify hugo.yaml
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Andrew Woodlee 2024-11-01 00:12:56 -05:00
parent d3ad20c8e9
commit 734f714ecb

View File

@ -8,30 +8,6 @@ theme:
- plausible-hugo - plausible-hugo
params: params:
csp:
childsrc:
- "'self'"
fontsrc:
- "'self'"
formaction:
- "'self'"
framesrc:
- "'self'"
imgsrc:
- "'self'"
objectsrc:
- "'none'"
stylesrc:
- "'self'"
scriptsrc:
- "'self'"
- "'https://stats.andrewnw.com'"
plausible:
enable: true
domain: andrewnw.xyz
outbound_link: true
selfhosted_domain: "stats.andrewnw.com" # Self-hosted plausible domain
module: module:
@ -55,6 +31,30 @@ languagecode: "en"
defaultcontentlanguage: "en" defaultcontentlanguage: "en"
params: params:
csp:
childsrc:
- "'self'"
fontsrc:
- "'self'"
formaction:
- "'self'"
framesrc:
- "'self'"
imgsrc:
- "'self'"
objectsrc:
- "'none'"
stylesrc:
- "'self'"
scriptsrc:
- "'self'"
- "'https://stats.andrewnw.com'"
plausible:
enable: true
domain: andrewnw.xyz
outbound_link: true
selfhosted_domain: "stats.andrewnw.com" # Self-hosted plausible domain
profileMode: profileMode:
enabled: true enabled: true
title: "Andrew Woodlee" # optional default will be site title title: "Andrew Woodlee" # optional default will be site title