-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.post.yml
48 lines (48 loc) · 1.67 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: Centaurus99
# Author title
# author_title: Your title
# Author's current location
# location: Your location
# URL or path to the avatar image
avatar: /img/gravatar.jpg
# Whether show the rounded avatar image
avatar_rounded: true
# Email address for the Gravatar
gravatar:
# URL or path for the follow button
follow_link: 'https://github.com/Centaurus99'
# Links to be shown on the bottom of the profile widget
social_links:
Github:
icon: fab fa-github
url: 'https://github.com/Centaurus99'
# 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: /atom.xml
# 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