forked from ppoffice/hexo-theme-icarus
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path_config.post.yml
48 lines (48 loc) · 1.63 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
widgets:
# Profile widget configurations
-
# Where should the widget be placed, left sidebar or right sidebar
position: left
type: profile
# Author name
author: Xinyu Liu
# Author title
author_title: [email protected]
# Author's current location
location: Hangzhou, China
# URL or path to the avatar image
avatar: /img/favicon.svg
# Whether show the rounded avatar image
avatar_rounded: false
# Email address for the Gravatar
gravatar:
# URL or path for the follow button
follow_link: 'https://www.github.com/AlphaLxy'
# Links to be shown on the bottom of the profile widget
social_links:
# Github:
# icon: fab fa-github
# url: 'https://github.com/ppoffice'
# 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
# Whether to show the index of each heading
index: true
# Whether to collapse sub-headings when they are out-of-view
collapsed: true
# Maximum level of headings to show (1-6)
depth: 6