Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumumm/hexo-next-tags-plus
NexT主题自用外挂标签
https://github.com/sumumm/hexo-next-tags-plus
Last synced: 4 days ago
JSON representation
NexT主题自用外挂标签
- Host: GitHub
- URL: https://github.com/sumumm/hexo-next-tags-plus
- Owner: sumumm
- Created: 2024-03-18T22:48:43.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-18T23:24:03.000Z (8 months ago)
- Last Synced: 2024-09-25T23:56:05.234Z (about 2 months ago)
- Language: CSS
- Size: 3.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#
自用NexT主题标签外挂插件
【个人主页】
GitHub Pages
https://sumumm.github.io/
Gitee Pages
https://sumumm.gitee.io/
【说明】
原作者项目插件为`butterfly`主题,而自己使用的是`NexT`主题,所以`folk`后进行了修改裁剪,仅供自己学习使用。如有需求,还请使用原作者插件(我当时用的版本是【`[email protected]`】,最后一次提交的版本号为【`1.0.12,剔除无效属性:d3285167987d445653eab05f49685dd7825bf740`】)。
- 原作者插件项目
原项目
项目地址
hexo-butterfly-tag-plugins-plus
https://github.com/Akilarlxh/hexo-butterfly-tag-plugins-plus
- 参考博客
参考博客
博客文章
Akilarの糖果屋
DIY 外挂标签的简单写法与应用
Akilarの糖果屋
Tag Plugins Plus
【支持标签】
以下为自己修改过后支持的功能,店长原版插件标签挺多的,我只留下了自己用得到的几个。还是那句话,有需要的话就用店长原版插件,本插件仅供自己学习使用。
- 行内文本样式 `text`
- 行内文本 `span`
- 段落文本 `p`
- 复选列表 `checkbox`
- 单选列表 `radio`
- 时间轴 `timeline`
- `Github` 卡片 `ghcard`
- 折叠框 `folding`
- 分栏 `tab`
- 上标标签 `tip`
- 按钮 `btns`
- 诗词 `poems`
【安装与配置】
```yml
# ------------------------------------------------
# Instructions: tag-plus 标签外挂加强版
# Plugins: npm install hexo-next-tag-plus --save
# ------------------------------------------------
# [blogRoot]/_config.next.yml 或者 [blogRoot]/_config.yml 添加以下内容
TagPlus:
enable: true # 插件开关
priority: 5 # 过滤器优先级
CDN:
tag_plus: https://npm.elemecdn.com/hexo-next-tag-plus@latest/lib/tag_plus.css
```