使用hexo
尝试hexo+gitee/github搭建博客
基础命令
1 | npm install hexo-cli -g |
相关命令
1 | cd hexo-site |
安装插件:hexo-image-link
1 | npm install hexo-image-link --save |
安装插件: hexo-deployer-git
1 | npm install --save hexo-deployer-git |
修改配置文件:-config.yml
1 | post_asset_folder: true |
注意:不用使用中午文件名,图片名不能有空格。