安装hexo
首先需要以下软件
下载链接、安装教程已附在后方。
安装hexo
1 | npm install -g hexo |
测试
1 | #新建空文件夹,在新文件夹内git bash |
如果hexo init因 time out失败
1 | git config --global http.proxy "http://127.0.0.1:1080" |
新建github仓库
新建仓库,注意仓库名为 github用户名.github.io
若github用户名为samual,则仓库名为 samual.github.io
网上生成博客
在文件夹中找到并编辑 _config.yml,在最下方找到deploy;
改为以下
1 | deploy: |
然后使用git
1 | npm install hexo-deployer-git --save #安装工具 |
使用github page可访问博客
写、发布文章
1 | hexo new "博客名" |
主题配置
如果不喜欢现在的主题可以去next官网或者GitHub上自行搜索。next官网