site.lyte.dev/config.yaml

46 lines
882 B
YAML
Raw Permalink Normal View History

2020-07-14 16:47:54 -05:00
baseURL: https://lyte.dev
languageCode: en-us
title: lyte.dev
pygmentsCodeFences: true
pygmentsCodeFencesGuessSyntax: true
pygmentsUseClasses: true
2023-06-26 14:35:12 -05:00
enableGitInfo: true
2020-07-14 16:47:54 -05:00
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
endLevel: 3
ordered: false
startLevel: 1
2020-07-14 16:47:54 -05:00
# permalinks:
# post: /blog/:title
2022-03-09 10:55:32 -06:00
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."
2022-03-09 10:55:32 -06:00
2022-02-15 13:45:20 -06:00
outputs:
home: [html]
blog: ['html', 'rss']
2020-07-14 16:47:54 -05:00
menu:
main:
- identifier: about
name: about
2023-07-06 17:02:38 -05:00
url: /about/
2020-07-14 16:47:54 -05:00
weight: 10
- identifier: blog
name: blog
2023-07-06 17:02:38 -05:00
url: /blog/
2020-07-14 16:47:54 -05:00
weight: 20
# - identifier: tips
# name: tips
# url: /tips/
# weight: 30
2020-07-14 16:47:54 -05:00
- identifier: contact
name: contact
2023-07-06 17:02:38 -05:00
url: /contact/
2023-06-26 14:35:12 -05:00
weight: 40