-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path_config.yml
86 lines (82 loc) · 1.95 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
remote_theme: Drassil/git-wiki-theme@master
title: WoW Wiki
description: World of Warcraft - wiki
# (boolean) Enable/disable wiki page list in sidebar
show_wiki_pages: true
# (integer) Maximum number of wiki page to shown in sidebar
show_wiki_pages_limit: 15
# (boolean) Enable/disable blog feature
blog_feature: true
# (boolean) Enable/disable wiki posts list in sidebar (needs blog_feature enabled)
show_wiki_posts: true
# (integer) Maximum number of wiki posts to shown in sidebar
show_wiki_posts_limit: 10
# from jekyll (read jekyll doc)
paginate: 5
paginate_path: "assets/blog/page:num"
show_downloads: true
git_branch: master
logo_url: https://wowgaming.github.io/wiki-en/assets/images/home.png
google_analytics:
use_github_wiki: false
use_prose_io: true
google_cse_token: 007197903287787072094:kayohas4w7e
inc_after_content : "comments.html"
inc_after_header : "sidebar.html"
search_engine : "js"
collections:
posts:
output: true
permalink: /blog/posts/:year/:month/:day/:title:output_ext
wiki_folder: wiki
relative_links:
enabled: true
collections: true
#
# 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
#
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "git-wiki-default"
-
scope:
path: ""
type: "pages"
values:
layout: "git-wiki-default"
-
scope:
path: ""
type: "posts"
values:
layout: "git-wiki-post"
-
scope:
path: "wiki"
values:
layout: "git-wiki-default"
permalink: /:basename:output_ext
-
scope:
path: assets/blog
values:
layout: "git-wiki-blog"
sass:
style: compressed
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-avatar
- jemoji
- jekyll-mentions