From 2d7a9050d4477b20bbf35575da3594d1a296f90b Mon Sep 17 00:00:00 2001 From: Virtua Creative Date: Wed, 6 Apr 2016 11:49:59 +0000 Subject: [PATCH] fixes steps on "building locally" --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00751ce..829ebc9 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,11 @@ pages: To work locally with this project, you'll have to follow the steps below: 1. Fork, clone or download this project -1. [Install][] Hexo +1. [Install][] Hexo and [Hexo Sever][hexo-server] 1. Install dependencies: `npm install` -1. Preview your project: `hexo server` +1. Preview your site: `hexo server` 1. Add content +1. Generate your site (optional): `hexo generate` 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/ [userpages]: http://doc.gitlab.com/ee/pages/README.html#user-or-group-pages [projpages]: http://doc.gitlab.com/ee/pages/README.html#project-pages +[hexo-server]: https://hexo.io/docs/server.html