-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
49 lines (40 loc) · 1.06 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
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
paginate: 10 # pagination based on number of posts
paginate_path: "page:num"
exclude: ["README.md"] # files to exclude
highlighter: rouge
markdown: kramdown
disqus:
google_analytics: UA-109837425-1
title: junmo
future: true
defaults:
-
scope:
path: "" # empty string for all files
values:
title: junmo
description:
author:
name: junmo
email: mailto:[email protected]
github: https://github.com/junmo1215
facebook: http://facebook.com/junmo1215
wechat: z997128120 ↑上面有二维码
zhihu: https://www.zhihu.com/people/junmo-lu/activities
twitter:
pinterest:
linkedin:
bio: 如果你认为一件事情是正确的,就坚持做到底
email_md5: 1a6a594d5a561d9b30c7fcc16be8f249
google:
weibo:
rss: feed.xml
rss_path: feed.xml
categories_path: categories.html
tags_path: tags.html
# set it as url of an image
# sidebar_background_image: https://www.dropbox.com/s/g9h23zrycedxtk5/sky.png?raw=1
BASE_PATH:
plugins:
- jekyll-paginate