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-403.html Normal file
View File

@@ -0,0 +1,17 @@
---
title: "Error: Forbidden"
layout: default
---
<section>
<header>
<h1>
Error: Forbidden
<small>HTTP 403</small>
</h1>
</header>
<section class="post-content">
<p>Sorry, you do not have permission to access this resource.</p>
<p>You might try going back to the <a href="/">home page</a>.</p>
</section>
</section>