-
Notifications
You must be signed in to change notification settings - Fork 45
/
_config.yml
63 lines (54 loc) · 1.36 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
# Custom nav
nav:
title: "Clover Tuan"
favicon: ""
# Custom background
background:
color: "#eff0f6"
image: ""
# Social media
social:
Dribbble: https://dribbble.com/clovertuan
Behance: https://www.behance.net/clovertuan
Lofter: http://clovertuan.lofter.com/
Instagram: https://www.instagram.com/clovertuan/
GitHub: https://github.com/cloverTuan
# Custom footer
mail: [email protected]
copyright: All rights reserved @Clover Tuan
# Custom menu. You can specific the path or the card style (only useful for category page).
# Two kinds of card style: 'project-card', 'article-card',
# Never mind the name.
menu:
# Project:
# path: /categories/Projects
# card: project-card
# Stuffs:
# path: /tags/Stuffs
# card: article-card
Home: /
Archive: /archives
About: /about
# Specific default categories or tags of home page.
# Post which belongs to `category` or `tag` and don't belongs to `except_category` or `except_tag` will be filtered.
home:
# set card style of home page
# category: Projects
# tag: 算法
# except_category: 树
# except_tag:
# - 总结
# - css
card_style:
home: project-card
archive: article-card
tag: article-card
category: article-card
# category page
category_generator:
category_per_page: 3
post_per_category: 3
node_sass:
outputStyle: nested
precision: 5
sourceComments: false