forked from JimmyLv/note-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (44 loc) · 1.07 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
permalink: /:year/:month/:day/:title.html
paginate: 10
markdown: redcarpet
# 作者信息
author:
name: 吕立青
email: [email protected]
link: http://www.jimmylv.info
weibo: http://weibo.com/liqing215
github: http://github.com/JimmyLv
zhihu: http://www.zhihu.com/people/lu-li-qing-90
# 站点信息
title: 吕立青的博客
description: My personal note-blog.
url: http://jimmylv.info
rss_url: /pages/atom.xml
# gavatar头像及Favicon
gavatar: /public/img/gavatar.jpg
favicon: /public/img/favicon.ico
# google analytics 设置
ga:
id: UA-55089304-1
url: http://blog.jimmylv.info
# disqus 设置
disqus:
shortname: gotoshare
# 主题设置,自动激活某个标签
active: 编程
# 首页除了最新文章外显示分类
cates:
- React
- 摄影
# 中文本地化
locals:
tags: 标签
about: 关于
newest: 最新文章
archive: 归档
gems:
- jekyll-sitemap
- jekyll-paginate
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "strikethrough", "superscript", "with_toc_data"]