-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·114 lines (84 loc) · 2.86 KB
/
_config.yml
File metadata and controls
executable file
·114 lines (84 loc) · 2.86 KB
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
# Owner/Author information
url: "https://guomin.darlings.life"
baseurl: ""
author:
name: 和敏宝打怪升级
avatar: /assets/img/avatar.png
email: wuzhimang@gmail.com
# Social networking links used in footer. Update and remove as you like.
github: https://github.com/codeshold
linkedin: https://cn.linkedin.com/in/wenfeng-shi-643474129
douban: https://www.douban.com/people/138288726/
xhs: https://www.xiaohongshu.com/user/profile/5e3398d700000000010041d7
twitter: https://twitter.com/wuzhimang
wechat: /assets/img/wechat.png
qq: /assets/img/qq.png
resume: /nothings/empty.pdf
# 站点信息
title: 和敏宝打怪升级
description: 过敏知识分享, Allergies're simple!
production_url: https://guomin.darlings.life # production_url是sitemap生成的url,方便百度谷歌收录.
# url_tags必须和tags.md中的permalink定义相同,这样定义的原因是不希望permalink中包含文件类型后缀。
# 或者tags.md中不定义permalink,这里直接引用tags.md的在目录中的绝对地址。
# 其它几个url也需要遵循这个原则。
#
url_rss: /pages/atom.xml
url_about: /pages/about.html
url_about_en: /pages/about_en.html
url_archives: /pages/archive.html
url_atom: /pages/atom.html
url_tags: /pages/tags.html
# gavatar头像及Favicon
favicon: /assets/img/favicon.ico
gavatar: /assets/img/avatar.png
# google analytics 设置
ga:
id: G-DL095PZG0V
url: guomin.darlings.life
# 网站备案信息
beian:
icp: "darlings.life"
gongan: "darligns.life"
contact_email: "wuzhimang@gmail.com"
# disqus 设置
# Set Up Disqus On a Your Own Site, this shortname is your unique Disqus URL.
# something like this: shortname.disqus.com
# 主题设置,自动激活某个分类
active: 过敏
# 首页除了最新文章外显示分类
cates:
- 过敏
- 读书
- 翻译
# 中文本地化
locals:
tags: "# 标签"
about: "# 关于"
about_en: "# About"
newest: "最新文章"
archive: "# 归档"
# Background image to be tiled on all pages
background:
# https://github.com/mojombo/jekyll/wiki/Permalinks
permalink: /:year/:month/:title.html
relative_permalinks: false
# Amount of newest post to show on home page
paginate: 8
paginate_path: "/page:num"
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: Asia/Shanghai
future: true
markdown: kramdown
kramdown:
input: GFM
hard_wrap: true
syntax_highlighter: rouge
include: []
exclude: ["README.md", "vendor", ".bundle", "node_modules", "Gemfile.lock", "Gemfile"]
plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-github-metadata
- jekyll-mentions
- jekyll-redirect-from
# - jemojirepository: username/repo-name