美文网首页
Hexo博客NexT主题美化之显示当前浏览进度

Hexo博客NexT主题美化之显示当前浏览进度

作者: 潘高PG | 来源:发表于2019-03-05 09:59 被阅读0次

前言

更多效果展示,请访问我的 个人博客


效果图:

image

教程:

  • 打开 themes/next/_config.yml ,搜索关键字 scrollpercent ,把 false 改为 true ,如下:
# Scroll percent label in b2t button
  scrollpercent: true
  • 如果想把 top 按钮放在侧边栏,打开 themes/next/_config.yml ,搜索关键字 b2t ,把 false 改为 true ,如下:
 # Back to top in sidebar
  b2t: true

  # Scroll percent label in b2t button
  scrollpercent: true

相关文章

网友评论

      本文标题:Hexo博客NexT主题美化之显示当前浏览进度

      本文链接:https://www.haomeiwen.com/subject/rbtnuqtx.html