-
Notifications
You must be signed in to change notification settings - Fork 19
/
_config.yml
64 lines (55 loc) · 1.28 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
59
60
61
62
63
64
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
paginate: 10 # pagination based on number of posts
paginate_path: "page:num" #pagination generated sub path format
#pygments: true #for support {% highlight %}
highlighter: pygments
markdown: kramdown #use kramdown to parse markdown
encoding: utf-8
collections:
ssgithubPage:
title: "Github建站系列教程"
output: true
ssh5Training:
title: "Html5系列教程"
output: true
ssstorageInDeep:
title: "《大话存储》存储技术系列笔记"
output: true
defaults:
-
scope:
path: "" # empty string for all files
values:
title: "P_Chou Tech Space"
-
scope:
path: ""
type: "ssh5Training"
values:
layout: "postlayout"
-
scope:
path: ""
type: "ssstorageInDeep"
values:
layout: "postlayout"
-
scope:
path: ""
type: "ssgithubPage"
values:
layout: "postlayout"
description: "P_Chou Tech Space, share technology post"
author:
name: P_Chou
email: [email protected]
github: dbtek
twitter: dbtek
pinterest: asd123
linkedin: asd123
bio: Do not build on quicksand high
rss_path: feed.xml
categories_path: category.html
tags_path: tag.html
BASE_PATH:
gems: [jekyll-paginate]