This is an automated email from the ASF dual-hosted git repository.
paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git
The following commit(s) were added to refs/heads/master by this push:
new 0975652 Update README.md
0975652 is described below
commit 097565210334ea5a4fe908e38a330a4aff60f237
Author: Paul Angus <[email protected]>
AuthorDate: Sat Apr 20 21:35:14 2019 +0100
Update README.md
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5455d02..e6fb32c 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,11 @@ Build the site with:
To serve it locally:
$ middleman server
-
+
+# Important Update Information
+
+A few sections have been updated to be (more) dynamic. The 'events' listed on
the website are pulled from the CSV file in ./data/acs-events.csv . The CSV
that the website uses is the current raw file which is held in the Github
master branch. Updates to this file are immediately 'visible' on the website.
There is no need to 'build' the website for the changes to become live. The
format of the CSV is self explanatory, there is a heading row, please do not
delete it, the processing on t [...]
+
# Building
To build the HTML files, you just need to execute the `build.sh`. The script
will automatically generate the HTML files and then copy them to the `content`
folder in preparation for being published via the `asf-site` branch. Keep
reading for detailed instructions.