Hexo博客NexT主题美化之显示当前浏览进度
2019-03-05 本文已影响0人
潘高PG
前言
更多效果展示,请访问我的 个人博客。
效果图:

教程:
- 打开
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