-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
42 lines (40 loc) · 1.43 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
# 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 edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# 以下为自定义的全局变量,可以在 HTML 文件中引用,
# 比如代码:<h1>{{ site.title }}</h1>
# 将会展示为设定的值,也可以自行添加其他自定义全局变量。
title: JX_Zhang98 # 网站的标题
description: > # 网站的描述,可能会出现在搜索引擎展示结果中
Let's touch fish together!
url: "http://www.jx-zhang.xyz" # 网站地址
github_repo: "JX-Zhang98/jx-zhang98.github.io/"
github_profile: "https://github.com/JX-Zhang98" # GitHub 个人主页
user: "JX-Zhang" # 用于侧栏展示的名字
user_email: "[email protected]" # 侧栏展示的联系方式
paginate: 5 # 主页展示的博客文章数量
# jekyll 相关配置
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- README.md
- COPYING
- vendor
sass:
style: compressed
lang: zh_CN
future: true
permalink: /:year/:month/:day/:title
theme: jekyll-theme-slate