repositories
/
martlubbers.net.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f530e41271c5866fb4f071944446bdca873554c0
[martlubbers.net.git]
/
_config.yml
1
# Site settings
2
livereload: true
3
4
#version: '2021-01-01'
5
6
default_language: 'en'
7
fallback_page: home
8
9
timezone: Europe/Amsterdam
10
encoding: utf-8
11
12
# Build settings
13
markdown: kramdown
14
15
# Markdown Processors
16
kramdown:
17
parse_block_html: true
18
auto_ids: true
19
footnote_nr: 1
20
entity_output: as_char
21
toc_levels: 2..3
22
23
# Defaults
24
defaults:
25
-
26
scope:
27
path: '_posts/en'
28
type: 'posts'
29
values:
30
permalink: 'en/:title'
31
language: en
32
-
33
scope:
34
path: '_posts/nl'
35
type: 'posts'
36
values:
37
permalink: 'nl/:title'
38
language: nl
39
-
40
scope:
41
path: '_posts/nds'
42
type: 'posts'
43
values:
44
permalink: 'nds/:title'
45
language: nds