-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
120 lines (98 loc) · 2.09 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
##
## Theme settings
##
#theme: "databook-theme"
#remote_theme: "Fortelle/databook-theme"
##
## Site settings
##
title: "Databook"
description: "A Jekyll theme for blogs and documentations."
logo: "assets/databook/img/logo.png"
copyright: "© 2022 <a href='https://github.com/fortelle/databook-theme'>Databook</a>"
keywords: #
baseurl: #
encoding: "utf-8"
lang: "en-US"
npm_cdn: "https://cdn.jsdelivr.net/npm/"
title_separator: "|"
timezone: #
url: #
permalink: "/:title:output_ext"
typography: "article"
color_scheme: "prefer" # "prefer", "light", "dark"
accent_color: # "red", "yellow", "green", "blue", "purple"...
sidebar: #
#sidebar_id: ""
header: #
#header_id: ""
footer: #
#header_id: ""
search: false # "title", "content", "google", "bing", "custom"
analytics: false # "google_analytics", "custom"
comments: false # "disqus", "gitalk", "custom"
source_link: true
##
## Blog settings
##
blog_style: "full" # "full", "list", "custom"
thumbnail_placeholder: #
paginate: 10
paginate_path: "/page:num/"
#paginate_first_page_path: "/page1/"
##
## Service settings
##
toc: true
chartjs: false
flowchart: false
katex: false
mathjax: false
mermaid: false
google_analytics:
id: #
disqus:
shortname: #
gitalk:
clientID: #
clientSecret: #
repo: #
owner: #
proxy: #
scrollspy: true
twitter:
username: #
card: #
facebook:
app_id: #
publisher: #
admins: #
##
## Default settings
##
defaults:
-
scope:
type: "posts"
values:
layout: post
permalink: "/:categories/:title:output_ext"
##
## Build settings
##
plugins:
- "jekyll-paginate"
- "jekyll-sitemap"
- "jekyll-avatar"
- "jekyll-feed"
- "jekyll-mentions"
- "jekyll-redirect-from"
- "jemoji"
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/