34 lines
607 B
YAML
34 lines
607 B
YAML
base_url: /
|
|
sitemap:
|
|
# Home: /
|
|
About: /about
|
|
Blog: /blog
|
|
Now: /now
|
|
Git: /git
|
|
Contact: /contact
|
|
Rss: /rss.xml
|
|
ignore:
|
|
- .git
|
|
- .env
|
|
- .marksman.toml
|
|
markdown:
|
|
image_labels: true
|
|
tab_length: 2
|
|
syntax_highlighting:
|
|
enabled: true
|
|
theme: ashen
|
|
wrap: false
|
|
feed:
|
|
path: rss.xml
|
|
timezone: America/Toronto
|
|
link: https://ficd.sh
|
|
title: Daniel's Blog
|
|
description: I write about writing programming code.
|
|
language: en
|
|
author:
|
|
name: Daniel Fichtinger
|
|
email: daniel@ficd.sh
|
|
blog:
|
|
dir: blog
|
|
defaults:
|
|
description: A blog post. Probably about technology.
|