时钟一
效果图:
- 首先我们下载这两个文件(snap.svg-min.js 和clock.js),并把它们放到主题目录下的
source/js
中 - 再下载此文件(index.html)放在目录
\themes\butterfly\layout\includes\widget
下 - 在目录
\themes\butterfly\layout\includes\widget
下建立文件card_per.pug
,内容如下
1 | .card-widget.card-aper |
- 在目录
\themes\butterfly\layout\includes\widget
下找到index.pug
并在自己想要的位置添加代码
1 | if theme.aside.card_per |
- 找到
\themes\butterfly\languages\zh-CN.yml
中的aside并添加card_per: 现在时间
1 | aside: |
- 在主题目录下的
_config.yml
的aside
中添加card_per: true
- 在主题目录下的
_config.yml
的inject
中添加代码
1 | inject: |
最后hexo s
就可以本地看到结果