25 lines
374 B
YAML
25 lines
374 B
YAML
title: Daniel Fichtinger
|
|
base_url: https://ficd.ca
|
|
language: en
|
|
sitemap:
|
|
Home: /
|
|
Blog: /blog
|
|
Now: /now
|
|
Contact: /contact
|
|
ignore:
|
|
- .git
|
|
- .env
|
|
- '*/.marksman.toml'
|
|
markdown:
|
|
image_labels: true
|
|
syntax_highlighting:
|
|
enabled: true
|
|
theme: ashen
|
|
wrap: false
|
|
theme:
|
|
name: default
|
|
build:
|
|
clean_output_dir: true
|
|
include_drafts: false
|
|
blog:
|
|
dir: blog
|