58 lines
1.2 KiB
YAML
58 lines
1.2 KiB
YAML
|
|
baseURL: "https://askkennyb.com"
|
||
|
|
languageCode: "en-us"
|
||
|
|
title: "Ask KennyB"
|
||
|
|
theme: "PaperMod"
|
||
|
|
pagination:
|
||
|
|
pagerSize: 10
|
||
|
|
enableRobotsTXT: true
|
||
|
|
|
||
|
|
# Optional: nice blog slugs at /blog/...
|
||
|
|
permalinks:
|
||
|
|
posts: /blog/:slug/
|
||
|
|
|
||
|
|
taxonomies:
|
||
|
|
category: categories
|
||
|
|
tag: tags
|
||
|
|
|
||
|
|
params:
|
||
|
|
label:
|
||
|
|
icon: "images/logo_words.svg"
|
||
|
|
iconHeight: 75
|
||
|
|
text: " "
|
||
|
|
|
||
|
|
description: "Sharpening tech leadership through hands-on homelab builds, cloud, and security."
|
||
|
|
author: "Kenny Bondelie"
|
||
|
|
|
||
|
|
# UX features
|
||
|
|
ShowReadingTime: true
|
||
|
|
ShowShareButtons: false
|
||
|
|
ShowPostNavLinks: true
|
||
|
|
ShowBreadCrumbs: true
|
||
|
|
ShowCodeCopyButtons: true
|
||
|
|
ShowToc: true
|
||
|
|
|
||
|
|
# Home hero (PaperMod's homeInfo)
|
||
|
|
homeInfoParams:
|
||
|
|
Title: "Ask KennyB"
|
||
|
|
Content: "From nonprofit CFO → hands-on IT & security leader. Homelab, cloud, ops, and practical strategy."
|
||
|
|
|
||
|
|
# Theme palette
|
||
|
|
defaultTheme: auto # auto | dark | light
|
||
|
|
|
||
|
|
# Socials (fill in later)
|
||
|
|
socialIcons:
|
||
|
|
# Uncomment GitHub when ready
|
||
|
|
# - name: github
|
||
|
|
# url: "https://github.com/kbondelie"
|
||
|
|
- name: linkedin
|
||
|
|
url: "https://www.linkedin.com/in/kennethbondelie"
|
||
|
|
|
||
|
|
menu:
|
||
|
|
main:
|
||
|
|
- name: Posts
|
||
|
|
url: "/posts/"
|
||
|
|
weight: 1
|
||
|
|
- name: About
|
||
|
|
url: "/about/"
|
||
|
|
weight: 3
|