[WEBSITE] Reset build instructions

Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/bcdad32a
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/bcdad32a
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/bcdad32a

Branch: refs/heads/website
Commit: bcdad32ac3d250d7c42195d9bfa5e48fcbd4fe1f
Parents: a60c79e
Author: rawkintrevo <[email protected]>
Authored: Sun Apr 23 12:32:25 2017 -0500
Committer: rawkintrevo <[email protected]>
Committed: Sun Apr 23 12:32:25 2017 -0500

----------------------------------------------------------------------
 website/README.md   | 8 ++++++--
 website/_config.yml | 8 +++++++-
 2 files changed, 13 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/bcdad32a/website/README.md
----------------------------------------------------------------------
diff --git a/website/README.md b/website/README.md
index f2a2535..06da093 100644
--- a/website/README.md
+++ b/website/README.md
@@ -17,11 +17,15 @@ cd website
 
 To start editing the website first you need to open two terminals.  One 
terminal will run a continuous build of the mahout website locally, and the 
other will serve the website on localhost:4000
 
-
+Terminal 1
 ```
-bundle exec jekyll build --safe
+bundle exec jekyll serve
 ```
 
+Terminal 2
+```
+bundle exec jekyll build --watch
+```
 
 Browser
 ```

http://git-wip-us.apache.org/repos/asf/mahout/blob/bcdad32a/website/_config.yml
----------------------------------------------------------------------
diff --git a/website/_config.yml b/website/_config.yml
index fa0a40e..90c03d5 100644
--- a/website/_config.yml
+++ b/website/_config.yml
@@ -22,7 +22,13 @@ author :
   twitter : ASF
   feedburner : feedname
 
-STREAMS_VERSION : 0.13.1-SNAPSHOT
+# Serving
+detach:  false
+port:    4000
+host:    127.0.0.1
+baseurl: "" # does not include hostname
+
+MAHOUT_VERSION : 0.13.1-SNAPSHOT
 
 # The production_url is only used when full-domain names are needed
 # such as sitemap.txt

Reply via email to