Files
flowbite-beardedtek.com/config.yml
BeardedTek d30fca8d96 Move navbar config to /data/navbar.yml
Move footer config to /data/footer.yml
Remove unused blog
2025-04-23 11:40:51 -08:00

43 lines
724 B
YAML

---
languageCode: en
title: "The Bearded Tek | Your IT Handyman"
baseURL: http://localhost:1313
enableInlineShortcodes: true
canonifyURLs: true
params:
format:
date: "January 02, 2006"
logo:
text: The Bearded Tek
svg: /images/logo/no-padding.svg
favicon:
homepage: https://beardedtek.com
authors: William Kenny
social_image_path: /marketing-ui/demo/images/og-image.jpg
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
style: colorful
tableOfContents:
startLevel: 2
endLevel: 6
buildDrafts: true
buildFuture: true
enableRobotsTXT: true
metaDataFormat: yaml
disableKinds:
- "404"
- taxonomy
- taxonomyTerm
- RSS
publishDir: public
---