forked from kitian616/jekyll-TeXt-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
168 lines (132 loc) · 3.78 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
#
# ,--------. ,--. ,--. ,--.
# '--. .--',---. \ `.' /,-' '-.
# | | | .-. : .' \ '-. .-'
# | | \ --. / .'. \ | |
# `--' `----''--' '--' `--'
## => Site Settings
##############################
text_color_theme: default # "default" (default), "dark", "forest", "ocean", "chocolate", "orange"
url: # the base hostname & protocol for your site e.g. https://www.someone.com
baseurl: # does not include hostname
title: Someone's blog
description: > # this means to ignore newlines until "Language & timezone"
Someone's Blog
## => Language and Timezone
##############################
lang: # the language of your site, "en" (default, English), "zh"(简体中文), "zh-Hans"(简体中文), "zh-Hant"(繁體中文)
timezone: # see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for the available values
## => Author and Social
##############################
author:
name: Someone
email: someone@somemail.com # your Email address e.g. someone@site.com
facebook: # your Facebook username
twitter: # your Twitter username
github: # your GitHub username
linkedin: # your Linkedin username
googleplus: # your Google+ username
weibo: # your Weibo username
douban: # your Douban username
## => GitHub Repository (if the site is hosted by GitHub)
##############################
repository: someone/someone.github.io
repository_tree: master
## => Paths
##############################
paths:
base: /
## => Post
##############################
## excerpt
excerpt_separator: <!--more-->
excerpt_type: html # text (default), html
## TOC
toc:
selectors: # "h1,h2,h3" (default)
## Markdown Enhancements
# Mathjax
mathjax: # false (default), true
mathjax_autoNumber: # false (default), true
# Mermaid
mermaid: # false (default), true
# Chart
chart: # false (default), true
## => Paginate
##############################
paginate: 8
paginate_path: /page:num # don't change this unless for special need
## => Sources
##############################
sources: # bootcdn (default), unpkg
## => Comments
##############################
## Disqus
disqus:
shortname: # the Disqus shortname for the site
## Gitalk
# please refer to https://github.com/gitalk/gitalk for more info.
gitalk:
clientID: # GitHub Application Client ID
clientSecret: # GitHub Application Client Secret
repository: # GitHub repo
owner: # GitHub repo owner
admin: # GitHub repo owner and collaborators, only these guys can initialize GitHub issues, IT IS A LIST.
# - your GitHub Id
## => Pageview
##############################
## Leancloud
leancloud:
app_id: # LeanCloud App id
app_key: # LeanCloud App key
app_class: # LeanCloud App class
## => Analytics
##############################
## Google Analytics
ga_tracking_id: # Google Analytics id for the site
ga_anonymize_ip: false # Anonymize IP tracking for Analytics
## => Build
##############################
markdown: kramdown
highlighter: rouge
permalink: date
exclude:
- CHANGELOG.md
- CHECKLIST.md
- Gemfile
- Gemfile.lock
- LICENSE
- README-*.md
- README.md
- gulpfile.js
- jekyll-text-theme.gemspec
- package-lock.json
- package.json
- /docs
- /node_modules
- /screenshots
- /test
- /vendor
defaults:
- scope:
path: ""
type: posts
values:
license: true
aside:
toc: true
pageview: true
## => Plugins
##############################
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
- jemoji
theme: jekyll-theme-cayman