-
Notifications
You must be signed in to change notification settings - Fork 0
Home
starshiner edited this page Apr 27, 2016
·
4 revisions
First-step: To get the workspace,you should run
git clone [email protected]:EflyStudio/Blog.git
Second-step: You should get all dependences with
npm install
and before next step, you should be sure you have installed hexo,if not ,runnpm install hexo -g
.
Third-step:
Here you can create a blog with hexo new "xxx"
, and you can generator and deploy with hexo d -g
,then you can find you page here 'http://eflystudio.github.io'.
Last-step: In order to facilitate the next person to use, you should push code to this repository by run
git add --all
git commit -m "xxx"
git push origin master