「推荐」本站用到的 hexo 插件
悬浮注释 hint
npm install hexo-tag-hint --save
{% hint '这里是正文' '这里是注释 :D' %}
<br> # 换行判定好像有问题,必须手动加 br 标签
{% hint 'I\'m Groot' 'I\'m Groot' %}
这里是正文
下拉抽屉
{% details Where are you from? %}
I'm from the Earth. Water Planet!
{% enddetails %}
文字遮盖效果 Spoiler
npm install hexo-spoiler --save
站点根目录配置填写
spoiler:
style: blur # 或者box
color: black # 仅当 style 为 box 时起效
p: false # 没懂啥意思,不管它
{% spoiler option:value text... %}
{% spoiler 默认配置效果 %}
→
默认配置效果
动态终端代码演示
npm install @heowc/hexo-tag-gdemo
{% gdemo_terminal command [最小高度] [窗口标题] [延迟时间] [提示字符] [唯一id] [高亮语言] %}
content
{% endgdemo_terminal %}
{% gdemo_terminal 'node ./demo' '250px' 'bash' '500' '$' 'demo-teriminal' %}
Hello World!
{% endgdemo_terminal %}
npm install --save hexo-pdf
{% pdf http://7xov2f.com1.z0.glb.clouddn.com/bash_freshman.pdf %}
{% pdf ./bash_freshman.pdf %}
{% pdf https://drive.google.com/file/d/0B6qSwdwPxPRdTEliX0dhQ2JfUEU/preview %}
Folding
查看图片测试
查看默认打开的折叠框
这是一个默认打开的折叠框。
查看代码测试
查看列表测试
- haha
- hehe
查看嵌套测试
查看嵌套测试2
查看嵌套测试3
hahaha
Github卡片
本文标题: 「推荐」本站用到的 hexo 插件
文章作者: Acacia
发布时间: 2021年09月04日 - 10:09
本作品采用 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议 进行许可。