fixes steps on "building locally"

This commit is contained in:
Virtua Creative 2016-04-06 11:49:59 +00:00
parent 3763aa8300
commit 2d7a9050d4
1 changed files with 4 additions and 2 deletions

View File

@ -50,10 +50,11 @@ pages:
To work locally with this project, you'll have to follow the steps below: To work locally with this project, you'll have to follow the steps below:
1. Fork, clone or download this project 1. Fork, clone or download this project
1. [Install][] Hexo 1. [Install][] Hexo and [Hexo Sever][hexo-server]
1. Install dependencies: `npm install` 1. Install dependencies: `npm install`
1. Preview your project: `hexo server` 1. Preview your site: `hexo server`
1. Add content 1. Add content
1. Generate your site (optional): `hexo generate`
Read more at Hexo's [documentation][]. Read more at Hexo's [documentation][].
@ -86,3 +87,4 @@ unless you want to contribute back to the upstream project.
[documentation]: https://hexo.io/docs/ [documentation]: https://hexo.io/docs/
[userpages]: http://doc.gitlab.com/ee/pages/README.html#user-or-group-pages [userpages]: http://doc.gitlab.com/ee/pages/README.html#user-or-group-pages
[projpages]: http://doc.gitlab.com/ee/pages/README.html#project-pages [projpages]: http://doc.gitlab.com/ee/pages/README.html#project-pages
[hexo-server]: https://hexo.io/docs/server.html