hexo-widget-tree
v0.2.3
Published
Tree preview widget for hexo.
Downloads
27
Readme
hexo-widget-tree
Hexo 文章树状菜单预览插件
(如果你的主题支持 PJAX,那么它也可以实现无刷新浏览。)
使用
npm install hexo-widget-tree
# yarn add hexo-widget-tree
点击页面左侧中间的按钮,展开树状菜单。
点击带有加号的文件夹图标以展开子项,点击文件夹名则会直接跳转到分类页,
配置
cdn
:true
, 默认使用 jsdelivr CDN。hide
:false
, 自动隐藏按钮(将鼠标放置于页面左边中间即可浮现触发按钮)。layout
: 你想要插入的页面所属的布局类型。 更多信息见 注入器(Injector) | hexo。showCount
: 显示文章数量。toc
: 更多信息见此处。enable
:false
,是否显示文章目录。
# 你不是必须设置它们。若不设置,则使用默认配置。
widget_tree:
cdn: false
hide: false
layout: default
# layout:
# - home
# - page
showCount: true
toc:
enable: false
# max_depth:
# min_depth:
# list_number:
Features
- 适配暗色模式
父节点标签中包含 data-user-color-scheme="dark"
属性。