-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (37 loc) · 844 Bytes
/
_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
analytics:
google:
id: UA-33449675-2
repository: https://github.com/iROCKBUNNY/Story
timezone: Asia/Shanghai
lang: zh_CN
title: 生活 · 读书 · 新知
description: iROCKBUNNY Story
keywords: iROCKBUNNY, Story, Blog, 生活, 读书, 新知, 博客, 睡前故事
url: https://story.irockbunny.com
author: iROCKBUNNY
author_url: https://irockbunny.com
organization: TEELAB
organization_url: https://teelab.net
contact: contact[at]irockbunny[dot]com
image: /images/logo.png
logo: /images/logo.png
avatar: /images/avatar.jpg
permalink: /article/:year/:month/:day/:title/
excerpt_separator: <!--more-->
paginate: 5
paginate_path: /articles/:num/
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
exclude:
- .gitignore
- .travis.yml
- LICENSE
- README.md
- CNAME
- Gemfile
- Gemfile.lock
- script
- vendor