-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
57 lines (49 loc) · 972 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
50
51
52
53
54
55
56
57
# project definitions
project: communote
audience: users, developers, admins
version: all
output: web
homepage_title: Communote
site_title: Communote
project_folder: doc
github_editme_path: Communote/communote.github.io/blob/master
disqus_shortname: communote-doc
pdf_file_name: Communote-Documentation.pdf
pdf_rest_api_file_name: Documentation_of_Communote_Rest-Api_Plugin_3.4.pdf
port: 4009
exclude:
- _site
- _drafts
- configs/
# same for all
host: 127.0.0.1
feedback_email: [email protected]
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
parse_block_html: true
collections:
tooltips:
output: false
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: true
search: true
-
scope:
path: ""
type: "tooltips"
values:
layout: "page"
comments: true
search: true
tooltip: true
plugins:
- jekyll-redirect-from