card_author: enable: true description: button: enable: true icon: fab fa-github text: Follow Me link: https://github.com/Yangcheneee #GitHub个人主页
社交媒体:
1 2 3 4 5 6 7 8
# Social Settings (社交圖標設置) # formal: # icon: link || the description || color social: fab fa-github: https://github.com/Yangcheneee || Github fab fa-qq: tencent://AddContact/?fromId=45&fromSubId=1&subcmd=all&uin=2657761647&website=www.oicqzone.com || QQ fas fa-envelope-open-text: mailto:2657761647@qq.com || Email
card_webinfo: enable: true post_count: true last_push_date: true sort_order: # Don't modify the setting unless you know how it works
效果图:
4. 导航菜单
预览:
_config.butterfly.yml配置:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# Menu 目錄 menu: 主页: / || fas fa-home 博文 || fa fa-graduation-cap: 分类: /categories/ || fa fa-archive 标签: /tags/ || fa fa-tags 归档: /archives/ || fa fa-folder-open 生活 || fas fa-list: 分享: /shuoshuo/ || fa fa-comments 相册: /photos/ || fa fa-camera-retro 音乐: /music/ || fa fa-music 影视: /movies/ || fas fa-video 友链: /link/ || fa fa-link 留言板: /messageboard/ || fa fa-paper-plane 关于笔者: /about/ || fas fa-heart
5. 本地搜索功能
预览:
安装搜索插件:
1 2
npm install hexo-generator-search --save
_config.butterfly.yml配置:
1 2 3 4 5 6 7
# Local search local_search: enable: true labels: input_placeholder: Search for Posts hits_empty: "We didn't find any results for the search: ${query}" # 如果没有查到内容相关内容显示
# canvas_nest # https://github.com/hustcc/canvas-nest.js canvas_nest: enable: true color: '0,0,255' #color of lines, default: '0,0,0'; RGB values: (R,G,B).(note: use ',' to separate.) opacity: 0.7 # the opacity of line (0~1), default: 0.5. zIndex: -1 # z-index property of the background, default: -1. count: 99 # the number of lines, default: 99. mobile: false