# Local Search # Dependencies: https://github.com/next-theme/hexo-generator-searchdb local_search: enable:true # Show top n results per article, show all results by setting to -1 top_n_per_article:1 # Unescape html strings to the readable one. unescape:false # Preload the search data when the page loads. preload:false
# Sidebar Avatar avatar: # Replace the default image and set the url here. url:/images/avatar.png # If true, the avatar will be displayed in circle. rounded:true # If true, the avatar will be rotated with the cursor. rotated:false
# Social Links # Usage: `Key: permalink || icon` # Key is the link label showing to end users. # Value before `||` delimiter is the target permalink, value after `||` delimiter is the name of Font Awesome icon. social: GitHub:https://github.com/MirrorYuChen||fabfa-github E-Mail:2458006366@qq.com||fafa-envelope #Weibo: https://weibo.com/yourname || fab fa-weibo #Twitter: https://twitter.com/yourname || fab fa-twitter #FB Page: https://www.facebook.com/yourname || fab fa-facebook #StackOverflow: https://stackoverflow.com/yourname || fab fa-stack-overflow #YouTube: https://youtube.com/yourname || fab fa-youtube #Instagram: https://instagram.com/yourname || fab fa-instagram #Skype: skype:yourname?call|chat || fab fa-skype
sidebar: # Sidebar position. Available values: left | right position:left
# Sidebar width. # Applicable to Muse | Mist and mobile of Pisces | Gemini. width_expanded:320 # Applicable to desktop of Pisces | Gemini. width_dual_column:240
# Sidebar display. # Applicable to Muse | Mist and mobile of Pisces | Gemini. # Available values: # - post expand on posts automatically. Default. # - always expand for all pages automatically. # - hide expand only when click on the sidebar toggle icon. # - remove totally remove sidebar including sidebar toggle. display:always# post 改为always
# Sidebar padding in pixels. padding:18 # Sidebar offset from top menubar in pixels (only for Pisces | Gemini). offset:12