forked from ConEmu/ConEmu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
99 lines (87 loc) · 2.17 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# ### Site settings ###
# used in layouts and header
url: "https://conemu.github.io"
# used with breadcrumbs
site_name: "conemu.github.io"
site_lang: "en"
# used with socials
twit_text: "ConEmu%3A%20Handy%20Windows%20terminal"
# main mirror location
mirror: "" # leave it empty for main site
mirror_en: "https://conemu.github.io"
# site ssl certificate todo
mirror_ru: "http://www.conemu.ru"
# mirror: "https://conemu.github.io"
# used with conjunction with
# page.docfolder: "/en"
# sort of: href="{{ site.mirror }}{{ page.docfolder }}/VersionComparison.html"
fosshub: "https://www.fosshub.com/ConEmu.html"
# ### Build settings ###
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
auto_ids: false
# Allow redirections
plugins:
- jekyll-redirect-from
- jekyll-paginate
# How many news (builds) show per page
paginate: 10
paginate_path: "/blog/page:num/"
#excerpt_separator: "\n---\n"
excerpt_separator: ""
# ### Page defaults ###
defaults:
-
scope:
path: ""
type: "pages"
values:
isroot: true
layout: "root"
title: "ConEmu - default pagetitle"
site_label: "Windows terminal"
docfolder: /en
pagelang: en
toctitle: "Back to the table of contents"
suggedit: "Suggest better edit"
-
scope:
path: "en"
type: "pages"
values:
isroot: false
layout: "root"
title: "ConEmu - default pagetitle"
site_label: "Windows terminal"
docfolder: /en
pagelang: en
toctitle: "Back to the table of contents"
suggedit: "Suggest better edit"
-
scope:
path: "ru"
type: "pages"
values:
isroot: false
layout: "root"
title: "ConEmu - default pagetitle"
site_label: "терминал Windows"
docfolder: /ru
pagelang: ru
toctitle: "Назад к оглавлению"
suggedit: "Предложить правку"
-
scope:
type: "posts"
values:
category: "blog"
isroot: false
layout: "root"
title: "ConEmu News"
site_label: "Windows terminal"
docfolder: /en
pagelang: en
toctitle: "Back to the table of contents"
suggedit: "Suggest better edit"