Skip to content

v1.0.2

Compare
Choose a tag to compare
@liuyib liuyib released this 28 Jun 08:59
· 457 commits to master since this release

Features

  • Auto scroll toc when page scroll (ceda1ce)
  • Fold toc by default & spread it auto when heading to the top (1e242b3)

Bug Fixes

  • Solve the problem that the menu always shows (21cde8e)

Change configuration in _config.yml:

  toc:
+   expand_all: false
-   max_depth: 5
+   max_depth: 6

下面是中文翻译:

新功能

  • 当页面滚动时,自动滚动文章目录 (ceda1ce)
  • 默认折叠文章目录,当标题移动到页面顶部时,展开对应的目录项 (1e242b3)

问题修复

  • 解决菜单在移动端始终显示的问题 (21cde8e)

修改了 _config.yml 文件里的配置项:

  toc:
+   expand_all: false
-   max_depth: 5
+   max_depth: 6