2018-01-01 19:04:05 +00:00
|
|
|
source: "./"
|
|
|
|
destination: _site
|
|
|
|
include_drafts: false
|
|
|
|
pages:
|
|
|
|
default: {}
|
|
|
|
posts:
|
|
|
|
title: ~
|
|
|
|
description: ~
|
|
|
|
dir: _posts
|
|
|
|
drafts_dir: _drafts
|
|
|
|
order: Desc
|
|
|
|
rss: feed.xml
|
|
|
|
jsonfeed: ~
|
|
|
|
default: {}
|
|
|
|
site:
|
|
|
|
title: fnordig
|
2024-02-09 23:19:21 +00:00
|
|
|
description: "A blog about Rust, data and my life."
|
2018-01-01 19:04:05 +00:00
|
|
|
base_url: "https://fnordig.de"
|
|
|
|
data: ~
|
|
|
|
template_extensions:
|
|
|
|
- md
|
|
|
|
- liquid
|
|
|
|
ignore:
|
|
|
|
- ext/
|
|
|
|
- README.md
|
2018-02-11 11:25:15 +00:00
|
|
|
- Makefile
|
2022-04-22 20:44:09 +00:00
|
|
|
- index.sh
|
|
|
|
- blog.db
|
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
|