0x01 Introduce
Hexo is a fast, simple & powerful blog framework. You could write posts in Markdown (or other languages) and Hexo generates static files with a beautiful theme in seconds.
0x02 Install & Deploy
- install nodejs and npm
- install hexo
1
npm install -g hexo
- configure hexo
You can refer to the document - deploy
When you have decorated your blog ,you can deploy your bloghexo generate.
First edit your _config.yml like this:1
2
3
4deploy:
type: git
branch: master
repository: git@github.com:LinLL/LinLL.github.io.git
Then1
2hexo generate
hexo deploy