Repository: airavata-site Updated Branches: refs/heads/asf-site [created] 1b730f7f8
adding a README to initialize the repo Project: http://git-wip-us.apache.org/repos/asf/airavata-site/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-site/commit/1b730f7f Tree: http://git-wip-us.apache.org/repos/asf/airavata-site/tree/1b730f7f Diff: http://git-wip-us.apache.org/repos/asf/airavata-site/diff/1b730f7f Branch: refs/heads/asf-site Commit: 1b730f7f80e680e522599cb262861d768232ee5d Parents: Author: Suresh Marru <[email protected]> Authored: Fri Apr 1 04:15:22 2016 -0400 Committer: Suresh Marru <[email protected]> Committed: Fri Apr 1 04:15:22 2016 -0400 ---------------------------------------------------------------------- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-site/blob/1b730f7f/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md new file mode 100644 index 0000000..a3064ec --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Apache Airavata website + +This is next generation website for [Apache Airavata](http://airavata.apache.org). + +### About this site +Initial version of the site will be plain HTML and will eventually be replaced by a [Jekyll](http://jekyllrb.com/) based site. + +The git repo will only have one branch asf-site and the parent folder will have mark down files. Jekyll will be used to generate the HTML. The generated files will be served from 'content' folder. + +Currently only the 'content' folder will be populated. \ No newline at end of file
