-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
58 lines (50 loc) · 1.05 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
55
56
57
58
theme: jekyll-theme-hacker
title: lixiyu's blog
description: [不积跬步,无以至千里]
lang: zh-cmn-Hans
#google_analytics: [Your Google Analytics tracking ID]
# gitalk 评论互动模块
gitalk:
owner: lixiyu
repo: lixiyu.github.io
client_id: 769bd02c3ce238306853
client_secret: 662e8db8c389bd04896d1a8abf8b3f0c5758f891
########### 集合, 分组管理文件 #################
collections_dir: notes
collections:
arts:
output: true
permalink: /:collection/:title
fill_map:
output: false
permalink: /:collection/:name
tmp_show:
output: true
permalink: /:collection/:name
chaos:
output: true
permalink: /:collection/:name
bridge:
output: true
permalink: /:collection/:path
defaults:
- scope:
path: ""
type: arts
values:
layout: arts
- scope:
path: ""
type: chaos
values:
layout: architect
- scope:
path: ""
type: tmp_show
values:
layout: architect
- scope:
path: ""
type: bridge
values:
layout: bridge