-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.post.yml
65 lines (65 loc) · 1.95 KB
/
_config.post.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
# Sidebar configurations.
# Please be noted that a sidebar is only visible when it has at least one widget
sidebar:
# Left sidebar configurations
left:
# Whether the sidebar sticks to the top when page scrolls
sticky: true
# Right sidebar configurations
right:
# Whether the sidebar sticks to the top when page scrolls
sticky: false
# Sidebar widget configurations
# http://ppoffice.github.io/hexo-theme-icarus/categories/Widgets/
widgets:
# Profile widget configurations
- # Where should the widget be placed, left sidebar or right sidebar
position: left
type: profile
# Author name
author: 二锅头
# Author title
author_title: 不正经的前端
# Author's current location
location: China
# URL or path to the avatar image
# avatar: /images/avatar.jpg
avtar:
# Whether show the rounded avatar image
avatar_rounded: true
# Email address for the Gravatar
gravatar:
# URL or path for the follow button
follow_link: "http://github.com/erguotou520"
# Links to be shown on the bottom of the profile widget
social_links:
Github:
icon: fab fa-github
url: "http://github.com/erguotou520"
# Facebook:
# icon: fab fa-facebook
# url: "https://facebook.com"
# Twitter:
# icon: fab fa-twitter
# url: "https://twitter.com"
# Dribbble:
# icon: fab fa-dribbble
# url: "https://dribbble.com"
RSS:
icon: fas fa-rss
url: /
# Table of contents widget configurations
-
# Where should the widget be placed, left sidebar or right sidebar
position: left
type: toc
# Categories widget configurations
# -
# # Where should the widget be placed, left sidebar or right sidebar
# position: left
# type: categories
# Tags widget configurations
-
# Where should the widget be placed, left sidebar or right sidebar
position: left
type: tags