first commit
This commit is contained in:
57
askkennyb/hugo.yaml
Normal file
57
askkennyb/hugo.yaml
Normal file
@@ -0,0 +1,57 @@
|
||||
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
|
||||
Reference in New Issue
Block a user