-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
126 lines (103 loc) · 2.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
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
# Basic
title: 渚碧
author: Juby
url: https://jubeny.com
timezone: Asia/Shanghai
build_date: 2015/01/03 23:15:15
# SEO
keywords: [渚碧博客, Juby Blog, 纯文学读书笔记, 自由主义与民主向往, 公路车与山地车骑行, 和世界温柔相处]
description: 我欲种菜 亦植蔷薇
# Social
social:
twitter: roadfar
instagram: aggwr64
youtube: lowah1964
# Disqus
disqus:
shortname: juby
sitename: AoiNagisa
apikey: dXc0vOCZ1LAX0c9y3FB0fpC5KA7L56QEFDYRXaUeAyvCzowv8hKQRzpsG6ITpxSL
admin: mikihiro
mod: Mod
nocomment: Hello? Is there anybody in there?
# Google
# google:
# analytics: UA-112090731-1
# site_verification: lTL7MkDxY16gNmRWyqoZYflJgECNQkxPjyFoYgM3z2M
# Clicky site id
# clicky: 101359865
# Follow RSS
follow:
feed_id: 41343619752158229
user_id: 67699324184418304
# Open Graph & Twitter Card
card: /images/tcard.webp
# cdn server
cdn: fastly.jsdelivr.net
# Algolia search
algolia:
application_id: XTX1EOVMI5
index_name: jubeny
search_only_api_key: c05381f747c5207b6dd655ca29e18fce
# Mailchimp subscribe
# mailchimp: jubeny.us19.list-manage.com/subscribe/post?u=d8acca80de6498b2cd55b8cae&id=aeb4f65fa7
# Navigation buttons
nav:
- {title: 首页, description: blog, url: '/'}
- {title: 往事, description: archive, url: '/archive/'}
- {title: 读书, description: book, url: '/book/'}
- {title: 留言, description: guestbook, url: '/guestbook/'}
- {title: 关于, description: about, url: '/about/'}
# Categories
categs:
- {title: J, description: 日志, url: '/journal/'}
- {title: E, description: 随笔,url: '/essay/'}
- {title: R, description: 评论,url: '/review/'}
- {title: P, description: 诗歌,url: '/poetry/'}
- {title: S, description: 故事,url: '/story/'}
# -------------------------Personal Setting Above-------------------------
#
# jekyll docs: https://jekyllrb.com/docs/
#
# --------------------------Jekyll Setting Below--------------------------
# Permalink
permalink: '/:year/:month/:title/'
# Format
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable: true
# Sass
sass:
sass_dir: _sass
style: compressed
# Plugins
plugins: [jekyll-paginate-v2, jekyll-sitemap, jekyll-algolia]
# Pagination
pagination:
enabled: true
per_page: 9
permalink: '/page/:num/'
title: ':title'
limit: 0
sort_field: 'date'
sort_reverse: true
# autopage_tags
autopages:
enabled: true
categories:
enabled: false
collections:
enabled: false
tags:
enabled: true
layouts:
- 'autopage_tags.html'
title: '标签 - :tag'
permalink: '/tags/:tag'
# Increase jekyll build speed
exclude: [Gemfile, Gemfile.lock, README.md]
keep_files: [images]
incrumental: true
# Redirect
include: [_redirects]