Generated site with pelican + README

git-svn-id: https://svn.apache.org/repos/asf/allura/site/trunk@1691559 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/404.html b/404.html
index f548394..0a92ab7 100755
--- a/404.html
+++ b/404.html
@@ -157,4 +157,4 @@
             -->
         </div>
     </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ed9db54
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+We're using [Pelican][1] to generate static site.
+All source files are placed in the `_src/` directory.
+Generated content is placed under root directory.
+
+# Bootstrapping pelican
+
+    ~$ mkvirtualenv allura-site
+    ~$ pip install pelican markdown
+
+# Working on site
+
+    ~$ cd _src
+
+In two separate terminal windows run the following commands:
+
+    ~$ make regenerate  # watch source files and regenerate site
+    ~$ make serve       # serve generated site at http://localhost:8000
+
+When changes are looking good - commit them (including generated files).
+
+[1]: http://blog.getpelican.com/
diff --git a/_src/pelicanconf.py b/_src/pelicanconf.py
index a59c5c2..3706906 100644
--- a/_src/pelicanconf.py
+++ b/_src/pelicanconf.py
@@ -13,7 +13,11 @@
 PATH = 'content'
 OUTPUT_PATH = '../'
 DELETE_OUTPUT_DIRECTORY = True
-OUTPUT_RETENTION = ["_src"]  # don't delete source files
+# don't delete source files
+OUTPUT_RETENTION = [
+    "_src",
+    "README.md",
+]
 STATIC_PATHS = [
     'extra/robots.txt',
     'extra/favicon.ico',
diff --git a/feeds/all.atom.xml b/feeds/all.atom.xml
new file mode 100644
index 0000000..8ccb737
--- /dev/null
+++ b/feeds/all.atom.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?>
+<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="http://allura.apache.org/" rel="alternate"></link><link href="http://allura.apache.org/feeds/all.atom.xml" rel="self"></link><id>http://allura.apache.org/</id><updated>2015-07-17T16:04:46Z</updated></feed>
\ No newline at end of file
diff --git a/img/.htaccess b/img/.htaccess
deleted file mode 100644
index e1d2560..0000000
--- a/img/.htaccess
+++ /dev/null
@@ -1 +0,0 @@
-Options +Indexes
diff --git a/index.html b/index.html
index acc46d3..2ec68c6 100644
--- a/index.html
+++ b/index.html
@@ -1,217 +1,214 @@
 <!DOCTYPE html>
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-        <title>Apache Allura</title>
-        <meta charset="utf-8">
-        <meta name="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
-        <meta name="keywords" content="">
-        <meta name="author" content="">
-        <link rel="canonical" href="https://allura.apache.org/">
-
+<html lang="en">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <title>Apache Allura</title>
+  <meta charset="utf-8">
+  <meta name="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="keywords" content="">
+  <meta name="author" content="">
+  <link rel="canonical" href="http://allura.apache.org">
         
-<!--    Facebook Meta Info-->
-        <meta property="og:url" content="https://allura.apache.org/">
-        <meta property="og:image" content="img/logo-asf-apache.png">
-        <meta property="og:description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
-        <meta property="og:title" content="Apache Allura">
-        <meta property="og:site_name" content="Apache Allura">
-        <meta property="og:see_also" content="allura.apache.org/">
+  <!--    Facebook Meta Info-->
+  <meta property="og:url" content="http://allura.apache.org">
+  <meta property="og:image" content="theme/img/logo-asf-apache.png">
+  <meta property="og:description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta property="og:title" content="Apache Allura">
+  <meta property="og:site_name" content="Apache Alluraj">
+  <meta property="og:see_also" content="http://allura.apache.org">
         
-<!--    Twitter Meta Info-->
-        <meta name="twitter:card" content="Allura is an open source implementation of a software forge, which manages source code repositories, bug reports, discussions, and more for projects.">
-        <meta name="twitter:url" content="https://allura.apache.org/">
-        <meta name="twitter:title" content="Apache Allura">
-        <meta name="twitter:description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
-        <meta name="twitter:image" content="img/logo-asf-apache.png">
-        
-<!--    Google+ Meta Info-->
-        <meta itemprop="name" content="Apache Allura">
-        <meta itemprop="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
-        <meta itemprop="image" content="img/logo-asf-apache.png">
-        
-        <link rel="stylesheet" type="text/css" href="css/flex.min.css">
-        <link rel="stylesheet" type="text/css" href="css/style.css">
-    </head>
+  <!--    Twitter Meta Info-->
+  <meta name="twitter:card" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="twitter:url" content="http://allura.apache.org">
+  <meta name="twitter:title" content="Apache Allura">
+  <meta name="twitter:description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="twitter:image" content="theme/img/logo-asf-apache.png">
+  
+  <!--    Google+ Meta Info-->
+  <meta itemprop="name" content="Apache Allura">
+  <meta itemprop="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta itemprop="image" content="theme/img/logo-asf-apache.png">
+  
+  <link rel="stylesheet" type="text/css" href="theme/css/flex.min.css">
+  <link rel="stylesheet" type="text/css" href="theme/css/style.css">
+</head>
     
-    <body cz-shortcut-listen="true">
-        <section id="content_wrapper" class="mobile-desktop row">
-            <div id="header" class="row pad-vert-xxl">
-                <header id="login_header" class="row">
-                    <div class="bg-shadow pad-vert-sm">
+<body cz-shortcut-listen="true">
+  <section id="content_wrapper" class="mobile-desktop row">
+    <div id="header" class="row pad-vert-xxl">
+      <header id="login_header" class="row">
+        <div class="bg-shadow pad-vert-sm">
+          <span><h1 class="text-center">Apache <img src="theme/img/logo_white.png" width="94"> Allura<span class="tm">™</span></h1></span>
+          <span></span>
+          <h6 class="text-center">Open source project hosting platform</h6>
+        </div>
+      </header>
+    </div>
 
-                         <span><h1 class="text-center">Apache <img src="img/logo_white.png" width="94"> Allura<span class="tm">™</span></h1></span>
-                         <span></span>
-                        
-                    <h6 class="text-center">Open source project hosting platform</h6>
-                    </div>
-                   
-                </header>
-            </div>
+<div id="about" class="row bg-white pad-vert-xl">
+  <div class="row">
+    <h3 class="text-black text-center">What is Allura?</h3>
+  </div>
 
-            <div id="about" class="row bg-white pad-vert-xl">
-                <div class="row">
-                    <h3 class="text-black text-center">What is Allura?</h3>
-                </div>
-                
-                <div class="row">
-                    <div class="col-20 no-float auto-margin">
-                        <div class="row">
-                            <p class="pad-md text-black">Apache Allura is an open source implementation of a software forge, a web site that manages source code repositories, bug reports, discussions, wiki pages, blogs, and more for any number of individual projects. Read about all of <a href="https://forge-allura.apache.org/p/allura/wiki/Features/">Allura's features</a> or <a href="https://forge-allura.apache.org/p/allura/wiki/Feature%20Comparison/">compare features to other OSS forge software</a>.<br><br>The Allura project is self-hosted on an instance of Allura:</p>
-                        </div>
-                        
-                        <div class="row">
-                            <div class="col-8 pad-vert-sm">
-                                <img class="icon" src="img/ic-instance-github.png" height="187">
-                                <a href="https://forge-allura.apache.org/p/allura/git/"><button class="btn-orange auto-margin">Git</button></a>
-                            </div>
-                            
-                             <div class="col-8 pad-vert-sm">
-                                 <img class="icon" src="img/ic-instance-wiki.png" height="187">
-                                 <a href="https://forge-allura.apache.org/p/allura/wiki/"><button class="btn-orange auto-margin">Wiki</button></a>
-                            </div>
-                            
-                             <div class="col-8 pad-vert-sm">
-                                 <img class="icon" src="img/ic-instance-ticket.png" height="187">
-                                 <a href="https://forge-allura.apache.org/p/allura/tickets/"><button class="btn-orange auto-margin">Tickets</button></a>
-                            </div>
-                        </div>
-                    </div>
-                </div>
-            </div>
-            
-            <div id="download" class="row pad-vert-xl parallax" style="background-position: 0px 0px;">
-                <div class="col-16 no-float auto-margin">
-                    <div class="row">
-                        <h3 class="text-center">Get the Latest Version of Allura</h3>
-                        <div class="row pad-vert-md">
-                          <a href="http://www.apache.org/dyn/closer.cgi/allura/allura-1.3.0.tar.gz"><button class="auto-margin">Download v1.3.0</button></a>
-                            <div class="col-24 auto-margin pad-vert-xs" style="max-width: 175px">
-                                <span class="text-white">Jun 2015</span><span class="pull-right"><a href="https://forge-allura.apache.org/p/allura/git/ci/asf_release_1.3.0/tree/CHANGES">Changelog</a></span>
-                            </div>
-                        </div>
-                        <ul class="auto-margin bg-shadow pad-sm">
-                            <li class="text-white"><a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.md5" class="text-white" download="">md5</a>, <a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.sha1" class="text-white" download="">sha1</a>, <a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.sha512" class="text-white" download="">sha512 sums</a></li>
-                            <li class="text-white">PGP <a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.asc" class="text-white" download="">signature</a> &amp; <a href="http://apache.org/dist/allura/KEYS" class="text-white" download="">keys</a></li>
-                        </ul>
-                    </div>
-                </div>
-                
-                <div class="col-8">
-                    <div class="row">
-                        <div class="col-12 no-float auto-margin">
-                          
-                        </div>
-                        <div class="col-12 no-float auto-margin">
-                            
-                        </div>
-                    </div>
-                </div>
-            </div>
+  <div class="row">
+    <div class="col-20 no-float auto-margin">
+      <div class="row">
+        <p class="pad-md text-black">Apache Allura is an open source implementation of a software forge, a web site that manages source code repositories, bug reports, discussions, wiki pages, blogs, and more for any number of individual projects. Read about all of <a href="https://forge-allura.apache.org/p/allura/wiki/Features/">Allura's features</a> or <a href="https://forge-allura.apache.org/p/allura/wiki/Feature%20Comparison/">compare features to other OSS forge software</a>.<br><br>The Allura project is self-hosted on an instance of Allura:</p>
+      </div>
 
-            <div id="resources" class="row bg-black pad-vert-xl">
-                <div class="row">
-                    <h3 class="text-center">Resources</h3>
-                    <div class="col-8 pad-vert-sm">
-                        <img class="icon" src="img/ic-resources-installation.png" alt="allura installation" height="187">
-                        <a href="https://forge-allura.apache.org/p/allura/git/ci/master/tree/INSTALL.markdown"><button class="auto-margin">Installation</button></a>
-                        <p class="pad-top-sm text-center">Step-by-step installation guide</p>
-                    </div>
+      <div class="row">
+        <div class="col-8 pad-vert-sm">
+          <img class="icon" src="theme/img/ic-instance-github.png" height="187">
+          <a href="https://forge-allura.apache.org/p/allura/git/"><button class="btn-orange auto-margin">Git</button></a>
+        </div>
 
-                    <div class="col-8 pad-vert-sm">
-                        <img class="icon" src="img/ic-resources-quickstart.png" alt="allura quick start" height="187">
-                        <a href="https://forge-allura.apache.org/p/allura/wiki/Install%20and%20Run%20Allura%20-%20Vagrant/"><button class="auto-margin">Quick Start</button></a>
-                        <p class="pad-top-sm text-center">Get a quick start with Vagrant VM</p>
-                    </div>
+        <div class="col-8 pad-vert-sm">
+          <img class="icon" src="theme/img/ic-instance-wiki.png" height="187">
+          <a href="https://forge-allura.apache.org/p/allura/wiki/"><button class="btn-orange auto-margin">Wiki</button></a>
+        </div>
 
-                    <div class="col-8 pad-vert-sm">
-                        <img class="icon" src="img/ic-resources-docs.png" alt="allura documentation" height="187">
-                        <a href="https://forge-allura.apache.org/docs/#running-allura"><button class="auto-margin">Documentation</button></a>
-                        <p class="pad-top-sm text-center">Check out the Allura documentation</p>
-                    </div>
-                </div>
-                
-                <div class="row pad-top-xs">
-                    <p class="text-center">Need help? <a href="http://mail-archives.apache.org/mod_mbox/allura-users/">Use the users@allura mailing list</a></p>
-                </div>
-            </div>
+        <div class="col-8 pad-vert-sm">
+          <img class="icon" src="theme/img/ic-instance-ticket.png" height="187">
+          <a href="https://forge-allura.apache.org/p/allura/tickets/"><button class="btn-orange auto-margin">Tickets</button></a>
+        </div>
+      </div>
+    </div>
+  </div>
+</div>
 
-            <div id="development" class="row bg-white pad-vert-xl">
-                <div class="col-20 no-float auto-margin">
-                    <div class="row">
-                        <h3 class="text-black text-center">Development</h3>
-                        <p class="pad-md text-black">We welcome all developers and contributions. If you need any help making a fix or ideas for a new feature, send us an email on the mailing list, or ask in IRC (if we're around)</p>
-                    </div>
+<div id="download" class="row pad-vert-xl parallax" style="background-position: 0px 0px;">
+  <div class="col-16 no-float auto-margin">
+    <div class="row">
+      <h3 class="text-center">Get the Latest Version of Allura</h3>
+      <div class="row pad-vert-md">
+        <a href="http://www.apache.org/dyn/closer.cgi/allura/allura-1.3.0.tar.gz"><button class="auto-margin">Download v1.3.0</button></a>
+        <div class="col-24 auto-margin pad-vert-xs" style="max-width: 175px">
+          <span class="text-white">Jun 2015</span><span class="pull-right"><a href="https://forge-allura.apache.org/p/allura/git/ci/asf_release_1.3.0/tree/CHANGES">Changelog</a></span>
+        </div>
+      </div>
+      <ul class="auto-margin bg-shadow pad-sm">
+        <li class="text-white"><a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.md5" class="text-white" download="">md5</a>, <a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.sha1" class="text-white" download="">sha1</a>, <a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.sha512" class="text-white" download="">sha512 sums</a></li>
+        <li class="text-white">PGP <a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.asc" class="text-white" download="">signature</a> &amp; <a href="http://apache.org/dist/allura/KEYS" class="text-white" download="">keys</a></li>
+      </ul>
+    </div>
+  </div>
 
-                    <div class="row">
-                        <ul class="auto-margin bg-shadow pad-sm">
-                            <li><a class="text-white" href="http://mail-archives.apache.org/mod_mbox/allura-dev/">dev@allura Mailing List</a></li>
-                            <li class="text-white"><a class="text-white pad-right-xs" href="irc://chat.freenode.net/allura">#allura on Freenode IRC</a>(<a class="text-white" href="https://sourceforge.net/p/allura/chat/">Archives</a>)</li>
-                            <li><a class="text-white" href="https://forge-allura.apache.org/docs/#extending-allura">Developer Docs</a></li>
-                            <li><a class="text-white" href="https://forge-allura.apache.org/docs/contributing.html">Contributing Guide</a></li>
-                            <li><a class="text-white" href="https://builds.apache.org/job/Allura/">Jenkins CI Build</a></li>
-                        </ul>
-                    </div>
-                </div>
-            </div>
-            
-            <div id="apache" class="row bg-orange pad-vert-xl">
-                <div class="col-20 no-float auto-margin">
-                    <div class="row">
-                        <h3 class="text-center">Apache Software Foundation</h3>
-                    </div>
-                    
-                    <div class="row">
-                        <img class="auto-margin pad-vert-md" src="img/logo-asf-apache.png" alt="apache software foundation logo">
-                    </div>
-                  
-                    <div class="row auto-margin button-container">
-                        <div class="col-8 pad-vert-sm">
-                            <a href="http://www.apache.org/licenses/"><button class="auto-margin">License</button></a>
-                        </div>
-                        
-                        <div class="col-8 pad-vert-sm">
-                            <a href="http://www.apache.org/foundation/sponsorship.html"><button class="auto-margin">Sponsorship</button></a>
-                        </div>
-                        
-                        <div class="col-8 pad-vert-sm">
-                            <a href="http://www.apache.org/foundation/thanks.html"><button class="auto-margin">Thanks</button></a>
-                        </div>
-                    </div>
-                    <div class="row auto-margin button-container">
-                        <div class="col-12 pad-vert-sm">
-                            <a href="http://www.apache.org/security/"><button class="auto-margin">Security</button></a>
-                        </div>
-                        
-                        <div class="col-12 pad-vert-sm">
-                            <a href="http://www.apache.org/"><button class="auto-margin">Apache™</button></a>
-                        </div>
-                    </div>
-                </div>
-            </div>
+  <div class="col-8">
+    <div class="row">
+      <div class="col-12 no-float auto-margin">
+      </div>
+      <div class="col-12 no-float auto-margin">
+      </div>
+    </div>
+  </div>
+</div>
 
-            <div class="row">
-                <footer id="footer" class="bg-black col-24">
-                    <p class="copy pad-top-sm text-center text-white">Copyright © 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
-                    <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
-                </footer>
-            </div>
-        </section>
+<div id="resources" class="row bg-black pad-vert-xl">
+  <div class="row">
+    <h3 class="text-center">Resources</h3>
+    <div class="col-8 pad-vert-sm">
+      <img class="icon" src="theme/img/ic-resources-installation.png" alt="allura installation" height="187">
+      <a href="https://forge-allura.apache.org/p/allura/git/ci/master/tree/INSTALL.markdown"><button class="auto-margin">Installation</button></a>
+      <p class="pad-top-sm text-center">Step-by-step installation guide</p>
+    </div>
+
+    <div class="col-8 pad-vert-sm">
+      <img class="icon" src="theme/img/ic-resources-quickstart.png" alt="allura quick start" height="187">
+      <a href="https://forge-allura.apache.org/p/allura/wiki/Install%20and%20Run%20Allura%20-%20Vagrant/"><button class="auto-margin">Quick Start</button></a>
+      <p class="pad-top-sm text-center">Get a quick start with Vagrant VM</p>
+    </div>
+
+    <div class="col-8 pad-vert-sm">
+      <img class="icon" src="theme/img/ic-resources-docs.png" alt="allura documentation" height="187">
+      <a href="https://forge-allura.apache.org/docs/#running-allura"><button class="auto-margin">Documentation</button></a>
+      <p class="pad-top-sm text-center">Check out the Allura documentation</p>
+    </div>
+  </div>
+
+  <div class="row pad-top-xs">
+    <p class="text-center">Need help? <a href="http://mail-archives.apache.org/mod_mbox/allura-users/">Use the users@allura mailing list</a></p>
+  </div>
+</div>
+
+<div id="development" class="row bg-white pad-vert-xl">
+  <div class="col-20 no-float auto-margin">
+    <div class="row">
+      <h3 class="text-black text-center">Development</h3>
+      <p class="pad-md text-black">We welcome all developers and contributions. If you need any help making a fix or ideas for a new feature, send us an email on the mailing list, or ask in IRC (if we're around)</p>
+    </div>
+
+    <div class="row">
+      <ul class="auto-margin bg-shadow pad-sm">
+        <li><a class="text-white" href="http://mail-archives.apache.org/mod_mbox/allura-dev/">dev@allura Mailing List</a></li>
+        <li class="text-white"><a class="text-white pad-right-xs" href="irc://chat.freenode.net/allura">#allura on Freenode IRC</a>(<a class="text-white" href="https://sourceforge.net/p/allura/chat/">Archives</a>)</li>
+        <li><a class="text-white" href="https://forge-allura.apache.org/docs/#extending-allura">Developer Docs</a></li>
+        <li><a class="text-white" href="https://forge-allura.apache.org/docs/contributing.html">Contributing Guide</a></li>
+        <li><a class="text-white" href="https://builds.apache.org/job/Allura/">Jenkins CI Build</a></li>
+      </ul>
+    </div>
+  </div>
+</div>
+
+<div id="apache" class="row bg-orange pad-vert-xl">
+  <div class="col-20 no-float auto-margin">
+    <div class="row">
+      <h3 class="text-center">Apache Software Foundation</h3>
+    </div>
+
+    <div class="row">
+      <img class="auto-margin pad-vert-md" src="theme/img/logo-asf-apache.png" alt="apache software foundation logo">
+    </div>
+
+    <div class="row auto-margin button-container">
+      <div class="col-8 pad-vert-sm">
+        <a href="http://www.apache.org/licenses/"><button class="auto-margin">License</button></a>
+      </div>
+
+      <div class="col-8 pad-vert-sm">
+        <a href="http://www.apache.org/foundation/sponsorship.html"><button class="auto-margin">Sponsorship</button></a>
+      </div>
+
+      <div class="col-8 pad-vert-sm">
+        <a href="http://www.apache.org/foundation/thanks.html"><button class="auto-margin">Thanks</button></a>
+      </div>
+    </div>
+    <div class="row auto-margin button-container">
+      <div class="col-12 pad-vert-sm">
+        <a href="http://www.apache.org/security/"><button class="auto-margin">Security</button></a>
+      </div>
+
+      <div class="col-12 pad-vert-sm">
+        <a href="http://www.apache.org/"><button class="auto-margin">Apache™</button></a>
+      </div>
+    </div>
+  </div>
+</div>
+
+    <div class="row">
+      <footer id="footer" class="bg-black col-24">
+        <p class="copy pad-top-sm text-center text-white">Copyright © 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+        <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+      </footer>
+    </div>
+  </section>
         
-        <script type="application/javascript" src="js/jquery-1.11.2.min.js"></script>
-        <script type="application/javascript" src="js/frontend.js"></script>
-                <!-- Credits
+  <script type="application/javascript" src="theme/js/jquery-1.11.2.min.js"></script>
+  <script type="application/javascript" src="theme/js/frontend.js"></script>
+  <!-- Credits
 
-                        Logo Design: Will Leonard
-                        http://willleonard.org
+          Logo Design: Will Leonard
+          http://willleonard.org
 
-                        Site design: Perry Merrity
-                        http://perrymerrity.com/
+          Site design: Perry Merrity
+          http://perrymerrity.com/
 
-                        bg-header-forge.jpg
-                        Photo by: Stefan Schmitz
-                        https://creativecommons.org/licenses/by-nd/2.0
+          bg-header-forge.jpg
+          Photo by: Stefan Schmitz
+          https://creativecommons.org/licenses/by-nd/2.0
 
-                        bg-developers-fire.jpg
-                        Photo by: Frédéric Bisson
-                        https://creativecommons.org/licenses/by-nd/2.0
-                    -->
-</body></html>
+          bg-developers-fire.jpg
+          Photo by: Frédéric Bisson
+          https://creativecommons.org/licenses/by-nd/2.0
+      -->
+</body>
+</html>
\ No newline at end of file
diff --git a/css/flex.min.css b/theme/css/flex.min.css
similarity index 100%
rename from css/flex.min.css
rename to theme/css/flex.min.css
diff --git a/css/main.css b/theme/css/main.css
similarity index 100%
rename from css/main.css
rename to theme/css/main.css
diff --git a/css/normalize.css b/theme/css/normalize.css
similarity index 100%
rename from css/normalize.css
rename to theme/css/normalize.css
diff --git a/css/normalize.min.css b/theme/css/normalize.min.css
similarity index 100%
rename from css/normalize.min.css
rename to theme/css/normalize.min.css
diff --git a/css/style.css b/theme/css/style.css
similarity index 100%
rename from css/style.css
rename to theme/css/style.css
diff --git a/img/allura_3.png b/theme/img/allura_3.png
similarity index 100%
rename from img/allura_3.png
rename to theme/img/allura_3.png
Binary files differ
diff --git a/img/allura_black1.png b/theme/img/allura_black1.png
similarity index 100%
rename from img/allura_black1.png
rename to theme/img/allura_black1.png
Binary files differ
diff --git a/img/allura_black2.png b/theme/img/allura_black2.png
similarity index 100%
rename from img/allura_black2.png
rename to theme/img/allura_black2.png
Binary files differ
diff --git a/img/allura_black3.png b/theme/img/allura_black3.png
similarity index 100%
rename from img/allura_black3.png
rename to theme/img/allura_black3.png
Binary files differ
diff --git a/img/allura_black4.png b/theme/img/allura_black4.png
similarity index 100%
rename from img/allura_black4.png
rename to theme/img/allura_black4.png
Binary files differ
diff --git a/img/allura_black5.png b/theme/img/allura_black5.png
similarity index 100%
rename from img/allura_black5.png
rename to theme/img/allura_black5.png
Binary files differ
diff --git a/img/allura_black6.png b/theme/img/allura_black6.png
similarity index 100%
rename from img/allura_black6.png
rename to theme/img/allura_black6.png
Binary files differ
diff --git a/img/allura_logo_white.png b/theme/img/allura_logo_white.png
similarity index 100%
rename from img/allura_logo_white.png
rename to theme/img/allura_logo_white.png
Binary files differ
diff --git a/img/allura_white1.png b/theme/img/allura_white1.png
similarity index 100%
rename from img/allura_white1.png
rename to theme/img/allura_white1.png
Binary files differ
diff --git a/img/allura_white2.png b/theme/img/allura_white2.png
similarity index 100%
rename from img/allura_white2.png
rename to theme/img/allura_white2.png
Binary files differ
diff --git a/img/allura_white3.png b/theme/img/allura_white3.png
similarity index 100%
rename from img/allura_white3.png
rename to theme/img/allura_white3.png
Binary files differ
diff --git a/img/allura_white4.png b/theme/img/allura_white4.png
similarity index 100%
rename from img/allura_white4.png
rename to theme/img/allura_white4.png
Binary files differ
diff --git a/img/allura_white5.png b/theme/img/allura_white5.png
similarity index 100%
rename from img/allura_white5.png
rename to theme/img/allura_white5.png
Binary files differ
diff --git a/img/allura_white6.png b/theme/img/allura_white6.png
similarity index 100%
rename from img/allura_white6.png
rename to theme/img/allura_white6.png
Binary files differ
diff --git a/img/allura_white_sm.png b/theme/img/allura_white_sm.png
similarity index 100%
rename from img/allura_white_sm.png
rename to theme/img/allura_white_sm.png
Binary files differ
diff --git a/img/asf_logo.gif b/theme/img/asf_logo.gif
similarity index 100%
rename from img/asf_logo.gif
rename to theme/img/asf_logo.gif
Binary files differ
diff --git a/img/bg-developers-fire.jpg b/theme/img/bg-developers-fire.jpg
similarity index 100%
rename from img/bg-developers-fire.jpg
rename to theme/img/bg-developers-fire.jpg
Binary files differ
diff --git a/img/bg-download-fire.jpg b/theme/img/bg-download-fire.jpg
similarity index 100%
rename from img/bg-download-fire.jpg
rename to theme/img/bg-download-fire.jpg
Binary files differ
diff --git a/img/bg-header-forge.jpg b/theme/img/bg-header-forge.jpg
similarity index 100%
rename from img/bg-header-forge.jpg
rename to theme/img/bg-header-forge.jpg
Binary files differ
diff --git a/img/full_logo_orange.svg b/theme/img/full_logo_orange.svg
similarity index 100%
rename from img/full_logo_orange.svg
rename to theme/img/full_logo_orange.svg
diff --git a/img/full_logo_white.svg b/theme/img/full_logo_white.svg
similarity index 100%
rename from img/full_logo_white.svg
rename to theme/img/full_logo_white.svg
diff --git a/img/ic-instance-github.png b/theme/img/ic-instance-github.png
similarity index 100%
rename from img/ic-instance-github.png
rename to theme/img/ic-instance-github.png
Binary files differ
diff --git a/img/ic-instance-ticket.png b/theme/img/ic-instance-ticket.png
similarity index 100%
rename from img/ic-instance-ticket.png
rename to theme/img/ic-instance-ticket.png
Binary files differ
diff --git a/img/ic-instance-wiki.png b/theme/img/ic-instance-wiki.png
similarity index 100%
rename from img/ic-instance-wiki.png
rename to theme/img/ic-instance-wiki.png
Binary files differ
diff --git a/img/ic-resources-docs.png b/theme/img/ic-resources-docs.png
similarity index 100%
rename from img/ic-resources-docs.png
rename to theme/img/ic-resources-docs.png
Binary files differ
diff --git a/img/ic-resources-installation.png b/theme/img/ic-resources-installation.png
similarity index 100%
rename from img/ic-resources-installation.png
rename to theme/img/ic-resources-installation.png
Binary files differ
diff --git a/img/ic-resources-quickstart.png b/theme/img/ic-resources-quickstart.png
similarity index 100%
rename from img/ic-resources-quickstart.png
rename to theme/img/ic-resources-quickstart.png
Binary files differ
diff --git a/img/ic_forge_icon_source.ai b/theme/img/ic_forge_icon_source.ai
similarity index 100%
rename from img/ic_forge_icon_source.ai
rename to theme/img/ic_forge_icon_source.ai
Binary files differ
diff --git a/img/logo-asf-apache.png b/theme/img/logo-asf-apache.png
similarity index 100%
rename from img/logo-asf-apache.png
rename to theme/img/logo-asf-apache.png
Binary files differ
diff --git a/img/logo-black-svg.svg b/theme/img/logo-black-svg.svg
similarity index 100%
rename from img/logo-black-svg.svg
rename to theme/img/logo-black-svg.svg
diff --git a/img/logo-white-orange.svg b/theme/img/logo-white-orange.svg
similarity index 100%
rename from img/logo-white-orange.svg
rename to theme/img/logo-white-orange.svg
diff --git a/img/logo-white-svg.svg b/theme/img/logo-white-svg.svg
similarity index 100%
rename from img/logo-white-svg.svg
rename to theme/img/logo-white-svg.svg
diff --git a/img/logo_black.png b/theme/img/logo_black.png
similarity index 100%
rename from img/logo_black.png
rename to theme/img/logo_black.png
Binary files differ
diff --git a/img/logo_white.png b/theme/img/logo_white.png
similarity index 100%
rename from img/logo_white.png
rename to theme/img/logo_white.png
Binary files differ
diff --git a/img/mobile_logo.svg b/theme/img/mobile_logo.svg
similarity index 100%
rename from img/mobile_logo.svg
rename to theme/img/mobile_logo.svg
diff --git a/js/frontend.js b/theme/js/frontend.js
similarity index 100%
rename from js/frontend.js
rename to theme/js/frontend.js
diff --git a/js/jquery-1.11.2.min.js b/theme/js/jquery-1.11.2.min.js
similarity index 100%
rename from js/jquery-1.11.2.min.js
rename to theme/js/jquery-1.11.2.min.js
diff --git a/js/main.js b/theme/js/main.js
similarity index 100%
rename from js/main.js
rename to theme/js/main.js
diff --git a/js/vendor/jquery-1.11.0.min.js b/theme/js/vendor/jquery-1.11.0.min.js
similarity index 100%
rename from js/vendor/jquery-1.11.0.min.js
rename to theme/js/vendor/jquery-1.11.0.min.js
diff --git a/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js b/theme/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js
similarity index 100%
rename from js/vendor/modernizr-2.6.2-respond-1.1.0.min.js
rename to theme/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js