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

This commit is contained in:
2024-10-31 23:44:12 -05:00
parent d9f650fa3f
commit e3ecf4aa94
4 changed files with 39 additions and 28 deletions

View File

@@ -3,6 +3,41 @@ enableRobotsTXT: true
baseurl: "https://andrewnw.xyz"
title: "Andrew's Website"
theme:
- PaperMod
- plausible-hugo
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:
imports:
- path: plausible-hugo
pygmentsstyle: "bw"
pygmentscodefences: true