- Fork 
http://github.com/edge-core/edgecore-site.gitfrom GitHub page git clone http://github.com/<username>/edgecore-site.git./write_new_post.sh <new post title>- Edit your new post in 
~/edgcore-site/source/_posts/<new post title> - Cook...cook...cook...
 git add <new post title>git commit --signoff -a- Please write the commit history in log
 git push origin master- Go back to your github page and send the Pull Reauest
 
git remote add upstream http://github.com/edge-core/edgecore-site.gitgit pull upstream master
- Review PR
 - Click 
Merge pull requestbutton on GitHub page 
- npm install hexo --save
 - npm install hexo-server --save