{%codeblock_config.yml%} # Version of the Icarus theme that is currently used version:2.6.0 # 我的网站图标 favicon:/images/favicon.svg # Additional HTML meta tags in an array. meta: # Path or URL to RSS atom.xml rss: # 导航栏左侧的网站logo logo:/images/logo.jpg # Open Graph metadata # https://hexo.io/docs/helpers.html#open-graph open_graph: # Facebook App ID fb_app_id: # Facebook Admin ID fb_admins: # Twitter ID twitter_id: # Twitter site twitter_site: # Google+ profile link google_plus: # 导航栏 navbar: # 菜单 menu: 主页:/ 归档:/archives 分类:/categories 标签:/tags 关于:/about # 导航栏右侧的图标链接 links: My GitHub: icon:fabfa-github url:'https://github.com/wenmang' # Footer section link settings footer: # 页脚图标链接 links: Creative Commons: icon:fabfa-creative-commons url:'https://creativecommons.org/' Attribution 4.0 International: icon:fabfa-creative-commons-by url:'https://creativecommons.org/licenses/by/4.0/' Download on GitHub: icon:fabfa-github url:'https://github.com/wenmang' # 文章显示设置 article: # Code highlight settings highlight: # https://github.com/highlightjs/highlight.js/tree/master/src/styles # 代码主题: atom-one-light亮色,atom-one-dark暗色 theme:atom-one-dark # 显示复制按钮 clipboard:true # Default folding status of the code blocks. Can be "", "folded", "unfolded" fold:unfolded # 是否显示文章主图 thumbnail:true # 是否显示估算阅读时间 readtime:true # 搜索插件设置 # https://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Search search: # Name of the search plugin type:insight # 评论插件设置 # https://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Comment comment: # Name of the comment plugin type:valine app_id:xxx# (required) LeanCloud application id app_key:xxx# (required) LeanCloud application key notify:true# (optional) receive email notification verify:false# (optional) show verification code placeholder:说点什么吧# (optional) comment box placeholder text avatar:retro# 头像风格 guest_info:nick,mail,link# custom comment header pageSize:10# pagination size # 打赏功能 # https://ppoffice.github.io/hexo-theme-icarus/categories/Donation/ donate: - # Donation entry name type:alipay # Qrcode image URL qrcode:'/images/zhifubao.jpg' - # Donation entry name type:wechat # Qrcode image URL qrcode:'/images/weixin.png' - # Donation entry name # type: paypal # Paypal business ID or email address # business: '' # Currency code # currency_code: USD - # Donation entry name # type: patreon # URL to the Patreon page # url: '' # 分享插件设置 # https://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Share share: # 插件类型 type: # Sidebar settings. # Please be noted that a sidebar is only visible when it has at least one widget sidebar: # 左侧边栏设置 left: # 是否跟随页面滚动 # https://ppoffice.github.io/hexo-theme-icarus/Configuration/Theme/make-a-sidebar-sticky-when-page-scrolls/ sticky:false # 右侧边栏设置 right: # Whether the right sidebar is sticky when page scrolls # https://ppoffice.github.io/hexo-theme-icarus/Configuration/Theme/make-a-sidebar-sticky-when-page-scrolls/ sticky:false # Sidebar widget settings # https://ppoffice.github.io/hexo-theme-icarus/categories/Widgets/ widgets: - # 个人信息 type:profile # 部件位置 position:left # 作者名 author:文盲 # 作者身份描述 author_title:饱暖思淫欲 # 当前居住地 location:西安 # 头像 avatar:/images/logo.jpg # Email address for the Gravatar to be shown in the profile widget gravatar: # 头像显示为圆还是方 avatar_rounded:false# 方 # 关注按钮的链接 follow_link:'https://github.com/wenmang' # Links to be shown on the bottom of the profile widget social_links: Github: icon:fabfa-github url:'https://github.com/wenmang' envelope:mailto:xdwenmang@gmail.com # Facebook: # icon: fab fa-facebook # url: 'https://facebook.com' bilibili: icon:/images/gmail.svg url:'https://space.bilibili.com/192395573' # Dribbble: # icon: fab fa-dribbble # url: 'https://dribbble.com' RSS: icon:fasfa-rss url:/atom.xml - # 目录 type:toc # Where should the widget be placed, left or right position:left - # 外部链接 type:links # Where should the widget be placed, left or right position:left # Links to be shown in the links widget links: Google:'https://google.com' Baidu:'https://baidu.com' - # 分类 type:category # 位置指定,左/右 position:left - # 标签云 type:tagcloud # 位置 position:left - # 近期文章 type:recent_posts # 位置 position:right - # 归档 type:archive # 位置 position:right - # 标签 type:tag # 位置 position:right # Other plugin settings plugins: # 启用页面动画 animejs:true # Enable the lightGallery and Justified Gallery plugins # https://ppoffice.github.io/hexo-theme-icarus/Plugins/General/gallery-plugin/ gallery:true # Enable the Outdated Browser plugin # http://outdatedbrowser.com/ outdated-browser:true # Enable the MathJax plugin # https://ppoffice.github.io/hexo-theme-icarus/Plugins/General/mathjax-plugin/ mathjax:true # Show the back to top button on mobile devices back-to-top:true # Google Analytics plugin settings # https://ppoffice.github.io/hexo-theme-icarus/Plugins/General/site-analytics-plugin/#Google-Analytics google-analytics: # Google Analytics tracking id tracking_id: # Baidu Analytics plugin settings # https://ppoffice.github.io/hexo-theme-icarus/Plugins/General/site-analytics-plugin/#Baidu-Analytics baidu-analytics: # Baidu Analytics tracking id tracking_id: # Hotjar user feedback plugin # https://ppoffice.github.io/hexo-theme-icarus/Plugins/General/site-analytics-plugin/#Hotjar # hotjar: # Hotjar site id # site_id: # Show a loading progress bar at top of the page progressbar:true # BuSuanZi site/page view counter # https://busuanzi.ibruce.info busuanzi:true # 51LA统计 tj51la:true # CDN provider settings # https://ppoffice.github.io/hexo-theme-icarus/Configuration/Theme/speed-up-your-site-with-custom-cdn/ providers: # Name or URL of the JavaScript and/or stylesheet CDN provider cdn:jsdelivr # Name or URL of the webfont CDN provider fontcdn:google # Name or URL of the webfont Icon CDN provider iconcdn:fontawesome {%codeblockend_config.yml%}