-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
105 lines (100 loc) · 2.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Site settings
title: UPC Linux
email: [email protected]
footnote: > # this means to ignore newlines until "baseurl:"
© 2015 中国石油大学 (华东) Linux 协会<br>自豪地采用 GitHub Pages 和 Jekyll
baseurl: "/intro" # the subpath of your site, e.g. /blog/
url: "https://upclinux.github.io" # the base hostname & protocol for your site
permalink: /:short_year/:title
# twitter_username: jekyllrb
github_username: upclinux
qqqun_name: "QQ 群 (279310694)"
qqqun_idkey: e47c6b546d3373c09f7eaa8d4173728a513975ed2d0ec20106e83cfb11a3bf08
host: 0.0.0.0
# force https
force_https: upclinux.github.io
# Gems
gems:
- jemoji
# Build settings
markdown: kramdown
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "page"
comments: "true"
-
scope:
path: "novice"
values:
category: "我是新手"
icon: "fa fa-github-alt"
-
scope:
path: "try"
values:
category: "准备接触 Linux"
icon: "fa fa-linux"
-
scope:
path: "configuration"
values:
category: "配置系统"
icon: "fa fa-cogs"
-
scope:
path: "c"
values:
category: "just for C 语言"
icon: "fa fa-bug"
-
scope:
path: "work"
values:
category: "工作与学习"
icon: "fa fa-graduation-cap"
-
scope:
path: "entertainment"
values:
category: "娱乐"
icon: "fa fa-gamepad"
-
scope:
path: "development"
values:
category: "开发者"
icon: "fa fa-code"
-
scope:
path: "network"
values:
category: "网络"
icon: "fa fa-wifi"
-
scope:
path: "toy"
values:
category: "Linux 玩具"
icon: "fa fa-puzzle-piece"
-
scope:
path: "future"
values:
category: "深入学习"
icon: "fa fa-book"
-
scope:
path: "mac"
values:
category: "苹果"
icon: "fa fa-apple"
-
scope:
path: "others"
values:
category: "其他"
icon: "fa fa-smile-o"