grim/hgkeeper-theme

Add the readme to the summary and pull in the github markdown css from https://github.com/sindresorhus/github-markdown-css/
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="{staticurl|urlescape}img/hgicon.png" type="image/png" />
<meta name="robots" content="index, nofollow"/>
<link rel="stylesheet" href="{staticurl|urlescape}css/icofont.min.css">
<link rel="stylesheet" href="{staticurl|urlescape}css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="{staticurl|urlescape}css/github-markdown.css">
<link rel="stylesheet" href="{staticurl|urlescape}css/hgkeeper.css">
<script type="text/javascript" src="{staticurl|urlescape}js/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="{staticurl|urlescape}js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="{staticurl|urlescape}js/clipboard.min.js"></script>
<script type="text/javascript" src="{staticurl|urlescape}js/graph.js"></script>
<script type="text/javascript" src="{staticurl|urlescape}mercurial.js"></script>
<head>
<body>
<nav class="navbar">
<a class="navbar-brand" href="/">HGKeeper</a>
</nav>
<div class="container">
<!-- we should make the button work with cookies if possible, but until
then, hide it -->
{if(motd, '<div class="alert alert-info" role="alert"><!--<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>--><i class="icofont-info-circle"></i> {motd}</div>')}
{if(repo, '{reponav}', '')}