Files
plugins/ContentIndex/README.md
chorblack e75f275ef4
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled
Initial commit
2026-03-07 11:19:25 +08:00

27 lines
752 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ContentIndex for Typecho
一个为 Typecho 文章单页生成内容目录的插件。
Blog: http://note.laobubu.net/archives/typecho-contentindex
## 安装
将程序文件夹丢到 `usr/plugins/ContentIndex` 下即可,文件夹自己建。
## 配置
访问后台-插件管理,启用 ContentIndex。
## 一些有用的信息
### 样式
此扩展会在文章内容开头处插入一个 `id="theContentIndex"` 的 div里面就是导航及链接。
此外还有扩展目录下的 `ContentIndex.css` 会被加入到页面中。
如果你不喜欢目录藏左下角的这种设计,可以自行编辑之。
如果编辑出了很赞的样式,可以去[我博客](http://note.laobubu.net/archives/typecho-contentindex)留言分享哦~