multilang begin
[martlubbers.net.git] / _config.yml
index 4b153be..f530e41 100644 (file)
@@ -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'
+    language: en
+-
+  scope:
+    path: '_posts/nl'
+    type: 'posts'
+  values:
+    permalink: 'nl/:title'
+    language: nl
+-
+  scope:
+    path: '_posts/nds'
+    type: 'posts'
+  values:
+    permalink: 'nds/:title'
+    language: nds