-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
50 lines (38 loc) · 937 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: "wiki.mbirth.de"
description: "All you never wanted to know"
birthday: "2014-05-08 21:23:39 +0200"
url: "https://wiki.mbirth.de"
#permalink: pretty
permalink: none
paginate: 20
markdown: kramdown
markdown_ext: markdown,mkdown,mkdn,mkd,md
# This is for {% highlight %} blocks
highlighter: rouge
safe: true
lsi: false
encoding: "utf-8"
timezone: "Europe/Berlin"
github:
project_title: "Wiki"
project_tagline: "Experimental Wiki with Jekyll"
gems:
- kramdown
- jemoji
- jekyll-sitemap
- jekyll-coffeescript
- jekyll-paginate
- jekyll-redirect-from
- jekyll-mentions
kramdown:
input: GFM
hard_wrap: false
# This is for fenced code blocks: ~~~
syntax_highlighter: rouge
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "posts" # "post" for Jekyll <=2.2
values:
language: en