some error pages; aws build script; optionally disable comments; environment

This commit is contained in:
Danny Berger
2014-03-17 17:17:39 -06:00
parent dc7b8eb0d2
commit e293db52fb
15 changed files with 113 additions and 7 deletions

17
error/http-404.html Normal file
View File

@@ -0,0 +1,17 @@
---
title: "Error: Not Found"
layout: default
---
<section>
<header>
<h1>
Error: Not Found
<small>HTTP 404</small>
</h1>
</header>
<section class="post-content">
<p>Sorry, the resource you are looking for cannot be found.</p>
<p>You might try going back to the <a href="/">home page</a>.</p>
</section>
</section>