This commit is contained in:
35
config.yml
35
config.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user