-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
82 lines (77 loc) · 1.61 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
url: 'https://docs.dplugins.com'
baseurl: ''
title: DPlugins Documentation
markdown: kramdown
# Jekyll 3 now only supports Kramdown for Markdown
kramdown:
# Use GitHub flavored markdown, including triple backtick fenced code blocks
input: GFM
# Jekyll 3 and GitHub Pages now only support rouge for syntax highlighting
syntax_highlighter: rouge
syntax_highlighter_opts:
# Use existing pygments syntax highlighting css
css_class: 'highlight'
collections:
plugins:
output: true
permalink: /plugins/:path/
defaults:
-
scope:
path: ""
type: "plugins"
values:
layout: "plugins"
toc: true
order: "10"
body_class: "plugins"
-
scope:
path: "_plugins/*/getting-started"
type: "plugins"
values:
category: "getting-started"
-
scope:
path: "_plugins/*/basics"
type: "plugins"
values:
category: "basics"
-
scope:
path: "_plugins/*/guides"
type: "plugins"
values:
category: "guides"
-
scope:
path: "_plugins/*/advanced"
type: "plugins"
values:
category: "advanced"
-
scope:
path: "_plugins/*/resources"
type: "plugins"
values:
category: "resources"
-
scope:
path: "_plugins/*/integrations"
type: "plugins"
values:
category: "integrations"
category_order:
- getting-started
- basics
- guides
- advanced
- integrations
- tutorials
- faq
algolia:
application_id: YF7ULZ0QZ9
index_name: test
search_only_api_key: dad4a7fd3b85c430b6e1f865ef04a8bd
plugins:
- "jekyll-github-metadata"