Edgecore Networks Github Site Workflow Write new posts 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 Update local repository from upstream repository git remote add upstream http://github.com/edge-core/edgecore-site.git git pull upstream master Merge Pull Request (Site manager only) Review PR Click Merge pull request button on GitHub page Pre-installation npm install hexo --save npm install hexo-server --save