-
Notifications
You must be signed in to change notification settings - Fork 35
/
_config.yml
71 lines (64 loc) · 1.32 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
# Site Information
title: Tw93
description: "一个喜欢开源和折腾的工程师"
url: https://tw93.fun
repo: tw93/tw93.github.io
lang: zh-CN
timezone: Africa/El_Aaiun
# Social Media and External URLs
github: tw93
zhihu: tw93
twitter: HiTw93
v2ex: tw93
menu:
- title: "Categories"
url: "/categories.html"
- title: "About"
url: "/about.html"
- title: "Weekly"
url: "https://weekly.tw93.fun/"
# SEO and Analytics
google_analytics: G-KS7EDB6BRM
# Build Settings
paginate: 10
post_ext: md
page_ext: md
post_layout: post
page_layout: page
titlecase: true
future: true
highlighter: rouge
markdown: kramdown
permalink: /:year-:month-:day/:title.html
sass:
sass_dir: _sass
style: compressed
collections:
posts:
output: true
permalink: /:year-:month-:day/:title.html
posts_en:
output: true
permalink: /en/:year-:month-:day/:title.html
sort_by: date
include: [".htaccess"]
exclude:
[
"Gemfile",
"Gemfile.lock",
"README.md",
"LICENSE",
"package.json",
"node_modules",
]
# Plugins
plugins:
- jekyll-paginate
- jekyll-pdf-embed
- jekyll-sitemap
- jekyll-feed
# Custom Site Settings
showBuyCoffee: true
payImage: //gw.alipayobjects.com/zos/k/vb/1.png
assetUrl: //tw93.fun/images/
defaultImage: data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==