Hexo Blog

I have created a new blog using hexo. Setup was very simple and I hope to continue using it to blog more.

[hexo setup] []
1
2
3
4
npm install -g hexo-cli
hexo init blog
cd blog
hexo server

Once you are done you can create a git repo, add any customizations and commit.

[git init] []
1
2
3
git init
git add .
git commit -m "initial commit"