inital commit

This commit is contained in:
2024-03-23 22:54:33 -05:00
parent 35a52ee69b
commit 0e6138fb8c
19 changed files with 4460 additions and 0 deletions

44
config.yml Normal file
View File

@@ -0,0 +1,44 @@
theme: "PaperMod"
enableRobotsTXT: true
baseurl: "https://andrewnw.xyz"
title: "Andrew's Site"
pygmentsstyle: "bw"
pygmentscodefences: true
pygmentscodefencesguesssyntax: true
enableInlineShortcodes: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
pygmentsUseClasses: true
languagecode: "en"
defaultcontentlanguage: "en"
params:
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:
- name: Blog
url: "https://blog.cybershell.xyz"
- name: Personal Git
url: "https://git.andrewnw.xyz/CyberShell"
- name: CV
url: "cv.html"
socialIcons: # optional
- name: "gitea"
url: "https://gitea.com/CyberShell"
- name: "github"
url: "https://github.com/CybersShell"