-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·67 lines (53 loc) · 1.72 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
title: Thinktxt
description: 与你一起思考纯朴的知识!
author: 乐潇游
url: https://www.thinktxt.com # with the https protocol
enforce_ssl: www.thinktxt.com # without any protocol
cdn: https://thinktxt.static.lxyour.com
links:
- name: 首页
url: /
- name: 文章
url: /list.html
- name: 分类
url: /categories.html
- name: 标签
url: /tags.html
- name: 归档
url: /archives.html
- name: 关于我
url: /about
gems: [jekyll-paginate]
# pagination
paginate: 10 # 指定每页多少条
paginate_path: "page/:num" # 指定每页的url
future: true
excerpt_separator: "\n\n" # you can specify your own separator here, default is "\n\n" String
permalink: date
lean_cloud :
app_id : OHfvrRyQ0YYxyATE5e7x23dE-gzGzoHsz
app_key : 1lxnbiT3kGgVVgGwifpk9USX
# Jekyll 3 now only supports Kramdown for Markdown
kramdown:
input: GFM
hard_wrap: true # a newline in markdown text would be changed to <br>
syntax_highlighter: rouge
toc_levels: 1..6
# Rouge Highlighter in Kramdown › http://kramdown.gettalong.org/syntax_highlighter/rouge.html
# span, block element options fall back to global
syntax_highlighter_opts:
# Rouge Options › https://github.com/jneen/rouge#full-options
css_class: 'highlight'
#line_numbers: true # bad idea, spans don't need linenos and would inherit this option
span:
line_numbers: false
block:
line_numbers: false
start_line: 1
version: 1.3.2
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME