site.lyte.dev/config.yaml

46 lines
882 B
YAML

baseURL: https://lyte.dev
languageCode: en-us
title: lyte.dev
pygmentsCodeFences: true
pygmentsCodeFencesGuessSyntax: true
pygmentsUseClasses: true
enableGitInfo: true
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
endLevel: 3
ordered: false
startLevel: 1
# permalinks:
# post: /blog/:title
params:
Description: "Hi! I'm Daniel. I live in Kansas City where I help run a small Christian church, raise three boys with my awesome wife, and write software."
outputs:
home: [html]
blog: ['html', 'rss']
menu:
main:
- identifier: about
name: about
url: /about/
weight: 10
- identifier: blog
name: blog
url: /blog/
weight: 20
# - identifier: tips
# name: tips
# url: /tips/
# weight: 30
- identifier: contact
name: contact
url: /contact/
weight: 40