总结

hexo常用操作

1
2
3
4
5
$ hexo new test #新建一个test文档
$ hexo s -p 8080 #启动服务 本地看 8080端口、
$ hexo clean # 清除所有记录
$ hexo generate # 生成静态网页 hexo g
$ hexo deplore #部署 hexo d

相对路径写法

./ 用于相对于当前文件夹
…/ 用于相对于当前文件夹的上一级文件夹