My personal website, recording some program notes and experiences. Default branch hexo includes the source of my blog, a project that build with the Node.js module Hexo. The other branch master includes the static pages of my website in accordance with GitHub Pages Instructions.
Download the hexo branch(default):
$ git clone git@github.com:meior/meior.github.io.gitInstall dependencies:
$ cd meior.github.io
$ npm installStart the server at localhost for preview in time(unnecessary):
$ hexo sCreate a new article:
$ hexo n articleNameAfter editing, generate the static pages of website:
$ hexo gDeploy them on Github or other remote repositories:
$ hexo d$ git add .
$ git commit -m "new post"
$ git push origin hexoPowered by:
Third-party services: