menu: home: / || fa fa-home # 主页 categories: /categories/ || fa fa-th # 文档分类 tags: /tags/ || fa fa-tags # 文档标签 archives: /archives/ || fa fa-archive # 时间轴 #schedule: /schedule/ || fa fa-calendar #sitemap: /sitemap.xml || fa fa-sitemap #commonweal: /404/ || fa fa-heartbeat about: /about/ || fa fa-user # 关于
修改themes/next/_config.yml文件中的menu_settings部分
1 2 3
menu_settings: icons: true badges: true
修改themes/next/_config.yml文件中的social部分(按需修改)
修改themes/next/_config.yml文件中的footer部分
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
footer: since: 2023 # 博客开始时间 # Icon between year and copyright info. icon: # Icon name in Font Awesome. See: https://fontawesome.com/icons name: fa fa-heart # If you want to animate the icon, set it to true. animated: true # 产生动画效果 # Change the color of icon, using Hex Code. color: "#ff0000" # If not defined, `author` from Hexo `_config.yml` will be used. # Set to `false` to disable the copyright statement. copyright: # Powered by Hexo & NexT powered: false
back2top: # 显示浏览进度 enable: true # Back to top in sidebar. sidebar: true # Scroll percent label in b2t button. scrollpercent: true
修改themes/next/_config.yml文件中的reading_progress部分
1 2 3 4 5 6 7 8 9
reading_progress: # 在顶部显示浏览进度 enable: true # Available values: left | right start_at: left # Available values: top | bottom position: top reversed: false color: "#37c6c0" height: 3px
修改themes/next/_config.yml文件中的github_banner部分
1 2 3 4
github_banner: # 在右上角显示github enable: true permalink: https://github.com/<your-name> title: Follow me on github # 可以更改
修改themes/next/_config.yml文件中的busuanzi_count部分
1 2 3 4 5 6 7 8
busuanzi_count: # 统计浏览量 enable: true total_visitors: true total_visitors_icon: fa fa-user total_views: true total_views_icon: fa fa-eye post_views: true post_views_icon: far fa-eye