Hexo网站的一系列测试
这里存放的是对网站的一些实验性测试内容
拼音标注 Ruby charater tag for Hexo
我觉得你挺可爱的
提示hint hexo-tag-hint
鼠标移到这里试试
终端和编辑器效果 hexo-tag-gdemo
终端
编辑器
测试echarts hexo-tag-echarts3
测试影音播放器在Hexo网站中的使用方法
影音播放应该是一个网站不可缺少的一部分了吧,所以特别开了一篇文章介绍如何在Hexo网站中使用影音播放器。
音频播放器hexo-tag-aplayer
1 | npm install --save hexo-tag-aplayer |
视频播放器hexo-tag-dplayer
1 | npm install hexo-tag-dplayer --save |
优酷等视频网站视频
插入 bilibili 视频
1 | <div style="position: relative; width: 100%; height: 0; padding-bottom: 75%;"><iframe |
插入腾讯视频
1 | <div style="position: relative; width: 100%; height: 0; padding-bottom: 75%;"><iframe |
插入 youku 视频
1 | <div style="position: relative; width: 100%; height: 0; padding-bottom: 75%;"><iframe |
NexT主题修改记录
界面调整
去除头像和帖子图片的外框
修改 NexT 目录下 source/css/_custom/custom.styl
文件
增加内容:
1 | // Custom styles. |
首页增加帖子头条图
修改 NexT 目录下 layout/_macro/post.swig
查找内容:
1 | {% elif post.excerpt %} |
增加内容:
1 | {% elif post.excerpt %} |