- Fork
http://github.com/edge-core/edgecore-site.git
from 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.git
git pull upstream master
- Review PR
- Click
Merge pull request
button on GitHub page
- npm install hexo --save
- npm install hexo-server --save