You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2019/10/09 16:52:04 UTC

[activemq-website] branch master updated: update command to serve from regular content dir, add helper script, update readme

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 5187634  update command to serve from regular content dir, add helper script, update readme
5187634 is described below

commit 5187634e98c53578ee1bb2ddb0627196aaa05f02
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Oct 9 17:50:49 2019 +0100

    update command to serve from regular content dir, add helper script, update readme
---
 README.md | 2 +-
 serve.sh  | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 405e4f5..758eacb 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ To build the site from the `src` directory and store the output in the `content`
 
 Alternatively, you can build and serve the site locally using Jekyll to test changes you have made or are making:
 
-    jekyll serve -s ./src
+    ./serve.sh
 
 Contributing to the site
 ------------------------
diff --git a/serve.sh b/serve.sh
new file mode 100755
index 0000000..d7ab268
--- /dev/null
+++ b/serve.sh
@@ -0,0 +1,4 @@
+set -e
+jekyll serve -s ./src -d content/
+set +e
+