2020-04-11 21:45:01 +00:00
|
|
|
# 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: PPOffice
|
|
|
|
# Author title
|
|
|
|
author_title: Web Developer
|
|
|
|
# Author's current location
|
|
|
|
location: Earth, Solar System
|
|
|
|
# URL or path to the avatar image
|
|
|
|
avatar:
|
|
|
|
# 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://github.com/ppoffice'
|
|
|
|
# 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
|
2020-10-04 06:36:17 +00:00
|
|
|
# Whether to show the index of each heading
|
|
|
|
index: true
|
2020-04-11 21:45:01 +00:00
|
|
|
# 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
|