initial commit
This commit is contained in:
commit
ed6c1e9522
58 changed files with 2221 additions and 0 deletions
25
config.yml
Normal file
25
config.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue