Add download page
diff --git a/site/_config.yml b/site/_config.yml
index 353e5fc..7bce964 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -26,8 +26,8 @@
 front_page_news: 5
 
 # Base pathname for links.
-base: 'http://crail.incubator.apache.org'
-#base: 'http://127.0.0.1:4000'
+#base: 'http://crail.incubator.apache.org'
+base: 'http://127.0.0.1:4000'
 
 
 # gem dependencies
@@ -39,6 +39,8 @@
       link: /
     - title: Overview
       link: /overview/
+    - title: Downloads
+      link: /download/
     - title: Blog
       link: /blog/
     - title: Community
diff --git a/site/download/index.md b/site/download/index.md
new file mode 100644
index 0000000..e9cfe87
--- /dev/null
+++ b/site/download/index.md
@@ -0,0 +1,27 @@
+---
+layout: default
+title: Downloads
+---
+
+### Source Release ###
+
+Apache Crail 1.0-incubating
+
+[zip](https://www.apache.org/dyn/closer.lua/incubator/crail/1.0-incubating/apache-crail-1.0-incubating-src.zip) | [sha256](https://dist.apache.org/repos/dist/release/incubator/crail/1.0-incubating/apache-crail-1.0-incubating-src.zip.sha256) | [signature](https://dist.apache.org/repos/dist/release/incubator/crail/1.0-incubating/apache-crail-1.0-incubating-src.zip.asc)
+[tar.gz](https://www.apache.org/dyn/closer.lua/incubator/crail/1.0-incubating/apache-crail-1.0-incubating-src.tar.gz) | [sha256](https://dist.apache.org/repos/dist/release/incubator/crail/1.0-incubating/apache-crail-1.0-incubating-src.tar.gz.sha256) | [signature](https://dist.apache.org/repos/dist/release/incubator/crail/1.0-incubating/apache-crail-1.0-incubating-src.tar.gz.asc)
+
+### Release Notes ###
+
+The latest release notes can be found [here](https://github.com/apache/incubator-crail/blob/master/HISTORY.md)
+
+### Previous Releases ###
+
+Previous releases of Apache Crail can be found in the [archive](http://archive.apache.org/dist/incubator/crail/).
+
+### Verifying a Release ###
+
+You can find instructions for checking hashes and signatures on the [Verifying Apache Software Foundation Releases](http://www.apache.org/info/verification.html) page. The committer's pgp signatures can be found [here](https://www.apache.org/dist/incubator/crail/KEYS).
+
+For fast downloads, current source distributions are hosted on mirror servers; older source distributions are in the archive.
+For security, hash and signature files are always hosted at Apache.
+
diff --git a/site/index.html b/site/index.html
index 2cf50e9..60f5bf4 100644
--- a/site/index.html
+++ b/site/index.html
@@ -5,6 +5,7 @@
 ---
 <div class="jumbotron">
 <h4>Apache Crail is a high-performance distributed data store designed for fast sharing of ephemeral data in distributed data processing workloads</h4>
+<p><a class="btn btn-success" href="download/">Download Now</a></p>
 </div>
 
 <br>