hexo基本使用方法
hexo的安装配置以及主题更换保姆级教程_hexo更换主题-CSDN博客
更新服务器端的操作:
1 | hexo clean && hexo g |
hexo d 的时候可能会有权限问题,那是git用户的权限没有给到位
1 | chmod 777 <git仓库> |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
hexo的安装配置以及主题更换保姆级教程_hexo更换主题-CSDN博客
更新服务器端的操作:
1 | hexo clean && hexo g |
hexo d 的时候可能会有权限问题,那是git用户的权限没有给到位
1 | chmod 777 <git仓库> |