X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=_config.yml;h=7c44f0021657186de411593bbed91a1ffaad1787;hb=68a89d5428f3dd8206b30dd35edd9b8a4468c046;hp=4b153bee151c47465541cc1d084d3439cfd299b9;hpb=7a17e96b89c6d8b344ec807a9710c9e8df553f03;p=martlubbers.net.git diff --git a/_config.yml b/_config.yml index 4b153be..7c44f00 100644 --- a/_config.yml +++ b/_config.yml @@ -1,11 +1,45 @@ -#baseurl: https://martlubbers.net +# Site settings livereload: true + +#version: '2021-01-01' + +default_language: 'en' +fallback_page: home + +timezone: Europe/Amsterdam +encoding: utf-8 + +# Build settings markdown: kramdown + +# Markdown Processors kramdown: - parse_block_html: true + parse_block_html: true + auto_ids: true + footnote_nr: 1 + entity_output: as_char + toc_levels: 2..3 + +# Defaults defaults: - - - scope: - path: "" - values: - layout: "default" +- + scope: + path: '_posts/en' + type: 'posts' + values: + permalink: 'en/:title.html' + language: en +- + scope: + path: '_posts/nl' + type: 'posts' + values: + permalink: 'nl/:title.html' + language: nl +- + scope: + path: '_posts/nds' + type: 'posts' + values: + permalink: 'nds/:title.html' + language: nds