-
Notifications
You must be signed in to change notification settings - Fork 189
/
Copy path_config.yml
59 lines (52 loc) · 1.15 KB
/
_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
50
51
52
53
54
55
56
57
58
59
# Original Git-wiki configurations
git_branch: "master"
wiki_folder: "wiki"
#
# Jekyll configurations
#
# You can customize it changing default layout for all pages
# More info: https://jekyllrb.com/docs/configuration/
#
# git-wiki includes some internal themes that you can choose
# check _layouts folder
#
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
defaults:
-
scope:
path: "wiki"
values:
permalink: /:basename
-
scope:
path: "wiki_translations"
values:
permalink: /:basename
-
scope:
path: "wiki_untranslated"
values:
permalink: /:basename
-
scope:
path: "" # an empty string here means all files in the project
type: "pages"
values:
layout: "stk-wiki"
sass:
style: compressed
plugins:
- jekyll-redirect-from
- jekyll_picture_tag
# This file will be written everytime page updated
exclude:
- _translations/stk-website.pot
stk_version: "1.4"
stk_rc: "1.5-beta1"
# Disable Jekyll Picture Tag warnings when base image is smaller
picture:
suppress_warnings: true