2024-03-24 03:54:33 +00:00
|
|
|
theme: "PaperMod"
|
|
|
|
enableRobotsTXT: true
|
|
|
|
baseurl: "https://andrewnw.xyz"
|
2024-09-02 02:28:55 +00:00
|
|
|
title: "Andrew's Website"
|
2024-03-24 03:54:33 +00:00
|
|
|
|
2024-11-01 04:44:12 +00:00
|
|
|
theme:
|
|
|
|
- PaperMod
|
|
|
|
- plausible-hugo
|
|
|
|
|
|
|
|
params:
|
|
|
|
|
|
|
|
|
|
|
|
module:
|
|
|
|
imports:
|
|
|
|
- path: plausible-hugo
|
|
|
|
|
2024-03-24 03:54:33 +00:00
|
|
|
|
|
|
|
pygmentsstyle: "bw"
|
|
|
|
pygmentscodefences: true
|
|
|
|
pygmentscodefencesguesssyntax: true
|
|
|
|
|
|
|
|
|
|
|
|
enableInlineShortcodes: true
|
|
|
|
buildDrafts: false
|
|
|
|
buildFuture: false
|
|
|
|
buildExpired: false
|
|
|
|
enableEmoji: true
|
|
|
|
pygmentsUseClasses: true
|
|
|
|
|
|
|
|
languagecode: "en"
|
|
|
|
defaultcontentlanguage: "en"
|
|
|
|
|
|
|
|
params:
|
2024-11-01 05:12:56 +00:00
|
|
|
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
|
2024-03-24 03:54:33 +00:00
|
|
|
profileMode:
|
|
|
|
enabled: true
|
|
|
|
title: "Andrew Woodlee" # optional default will be site title
|
|
|
|
subtitle: "Cybersecurity Professional and Developer"
|
|
|
|
# imageUrl: "<image link>" # optional
|
|
|
|
# imageTitle: "<title of image as alt>" # optional
|
|
|
|
# imageWidth: 120 # custom size
|
|
|
|
# imageHeight: 120 # custom size
|
|
|
|
buttons:
|
2024-09-02 02:27:10 +00:00
|
|
|
- name: Blog
|
2024-03-24 03:54:33 +00:00
|
|
|
url: "https://blog.cybershell.xyz"
|
|
|
|
- name: Personal Git
|
|
|
|
url: "https://git.andrewnw.xyz/CyberShell"
|
|
|
|
- name: CV
|
|
|
|
url: "cv.html"
|
2024-10-16 02:44:42 +00:00
|
|
|
- name: About
|
|
|
|
url: "/about"
|
2024-03-24 03:54:33 +00:00
|
|
|
|
|
|
|
socialIcons: # optional
|
|
|
|
- name: "gitea"
|
|
|
|
url: "https://gitea.com/CyberShell"
|
|
|
|
- name: "github"
|
|
|
|
url: "https://github.com/CybersShell"
|
|
|
|
|