Repository: airavata-site Updated Branches: refs/heads/asf-site 60809c674 -> 97e24a9c2
updating instructions Project: http://git-wip-us.apache.org/repos/asf/airavata-site/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-site/commit/97e24a9c Tree: http://git-wip-us.apache.org/repos/asf/airavata-site/tree/97e24a9c Diff: http://git-wip-us.apache.org/repos/asf/airavata-site/diff/97e24a9c Branch: refs/heads/asf-site Commit: 97e24a9c24236e713f04099c50f836100b1dc4e0 Parents: 60809c6 Author: Suresh Marru <[email protected]> Authored: Mon Aug 29 21:09:04 2016 -0400 Committer: Suresh Marru <[email protected]> Committed: Mon Aug 29 21:09:04 2016 -0400 ---------------------------------------------------------------------- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-site/blob/97e24a9c/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 5c08fd1..e5265bd 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ This repo contains sources and html for [Apache Airavata](http://airavata.apache ### About this site The site's content is written in Mark Down which is built with [Jekyll](http://jekyllrb.com/) to convert to html -The git repo only has one branch asf-site and the *source* folder has all mark down files. Jekyll will be used to generate the HTML. The generated files are served from 'content' folder. +The git repo only has one branch asf-site and the ***source*** folder has all mark down files. Jekyll will be used to generate the HTML. The generated files are served from 'content' folder. It is important to understand this distinction: -1. The *source* folder has raw markdown files and jekyll code and includes resources for building including the css, javascript and images. +1. The ***source*** folder has raw markdown files and jekyll code and includes resources for building including the css, javascript and images. 1. The generated static website content is in the content folder. This is the actual static content hosted but *do not edit* it directly. ### One time Development setup
