Initialize shared gh-pages infrastructure

This commit is contained in:
Phillip Webb
2013-09-07 08:02:59 -07:00
commit 171918e41a
70 changed files with 35217 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{% capture content %}
{% include billboard.html %}
<div class="project-body--wrapper">
<div class="project-body--container">
<div class="projects--wrapper project-aggregator">
{{ main_content | markdownify }}
</div>
</div>
</div>
{% endcapture %}
{% include page.html %}