萝卜小站

要做所有萝卜中最胡的一条

0%

Hexo使用说明书

使用图片
1
{% img newimg /sysms/test.png 200 200 "title text" %}

newimg 表示图片的class类名, title text 是图片的title

查看更多

在文章中使用 <!-- more --> 即可,注意一定要写在顶格

阅读全文跳转到文章头部: 修改文件 themes/next/layout/_macro/post.swig ,删除 “#more”

canvas-nest

需要自己下载js,然后在 next/layout/_scripts/vendors.swig 中配置路径。然后在next配置文件中添加对应的配置。

查询文件哈希值
1
2
// 后面的SHA256,缺省值为SHA1,可换成MD5
certutil -hashfile file.txt SHA256
Git更新远程分支列表
1
2
3
git fetch -p
// 或者
git remote update origin -p