forked from Drassil/git-wiki-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
90 lines (84 loc) · 1.75 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
# (string) Title of your wiki
title: Bible Topics and references
description: Exposing bible references and associated topics
show_downloads: false
show_wiki_pages: true
show_wiki_pages_limit: 20
paginate: 5
paginate_path: "/blog/page:num"
blog_feature: false
show_wiki_posts: false
show_wiki_posts_limit: 5
logo_url:
google_analytics:
git_branch: gh-pages
theme:
use_github_wiki: false
use_prose_io: false
search_engine : "js"
google_cse_token:
wiki_folder : "wiki"
permalink: /blog/posts/:title:output_ext
#
# Jekyll
#
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: blog
values:
layout: "git-wiki-blog"
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-avatar
- jemoji
- jekyll-mentions
#
# INCLUDING HOOKS
# They are optional, change them only if you need
# Check wiki documentation to learn how they work
#
inc_before_toc :
inc_after_toc :
inc_before_content :
inc_after_content:
inc_before_footer :
inc_after_footer :
inc_before_head :
inc_after_head : "drassil/head.html"
inc_before_meta :
inc_after_meta :
inc_before_scripts :
inc_after_scripts :
inc_before_styles :
inc_after_styles :
inc_before_header :
inc_after_header:
inc_before_tail :
inc_after_tail :
inc_before_tools :
inc_after_tools :
inc_before_page_list : "drassil/sidebar.html"
inc_after_page_list :
inc_before_post_list :
inc_after_post_list :