forked from knightyun/knightyun.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (46 loc) · 1.69 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
# 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: 刘敬贺的博客 # 网站的标题
description: > # 网站的描述,可能会出现在搜索引擎展示结果中
基于 jekyll 的 Github Pages 个人博客网站,技术的学习、总结、分享与提升
url: "https://ljh9999.github.io" # 网站地址
github_repo: "https://github.com/ljh9999/ljh9999.github.io"
github_profile: "https://github.com/ljh9999" # GitHub 个人主页
user: "刘敬贺" # 用于侧栏展示的名字
user_email: "909950860@qq.com" # 侧栏展示的联系方式
paginate: 5 # 主页展示的博客文章数量
nick_name: "玦" # 昵称
english_name: "Joe"
# valine 评论插件配置
valine:
leancloud_appid: "4XY3DoTJmibNe3rHeAKOxqzl-gzGzoHsz"
leancloud_appkey: "vjothQHALvgTQF9GrSgj577a"
# 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