2018-01-01 19:04:05 +00:00
|
|
|
source: "./"
|
|
|
|
destination: _site
|
|
|
|
include_drafts: false
|
|
|
|
default:
|
2018-01-08 14:56:49 +00:00
|
|
|
excerpt_separator: "<!-- more -->"
|
2018-01-01 19:04:05 +00:00
|
|
|
is_draft: false
|
|
|
|
pages:
|
|
|
|
default: {}
|
|
|
|
posts:
|
|
|
|
title: ~
|
|
|
|
description: ~
|
|
|
|
dir: _posts
|
|
|
|
drafts_dir: _drafts
|
|
|
|
order: Desc
|
|
|
|
rss: feed.xml
|
|
|
|
jsonfeed: ~
|
|
|
|
default: {}
|
|
|
|
site:
|
|
|
|
title: fnordig
|
|
|
|
description: fnordig
|
|
|
|
base_url: "https://fnordig.de"
|
|
|
|
data: ~
|
|
|
|
template_extensions:
|
|
|
|
- md
|
|
|
|
- liquid
|
|
|
|
ignore:
|
|
|
|
- ext/
|
|
|
|
- README.md
|
2018-02-11 11:25:15 +00:00
|
|
|
- Makefile
|
2018-01-01 19:04:05 +00:00
|
|
|
syntax_highlight:
|
2020-05-18 18:07:35 +00:00
|
|
|
theme: "InspiredGitHub"
|
2018-01-01 19:04:05 +00:00
|
|
|
assets:
|
|
|
|
sass:
|
2018-01-08 14:56:49 +00:00
|
|
|
style: Nested
|