depp

No frills static page generator for Git repositories

git clone https://git.8pit.net/depp.git

1<section id="repositories">
2	<h2>repositories</h2>
3	<dl>
4		{{ range . }}
5			<dt><a href="{{ repoLink . }}">{{ .Title }}</a> <em>{{ (.Modified.Format "Jan 2, 2006") }}</em></dt>
6			<dd>{{ .Desc }}</dd>
7		{{ end }}
8	</dl>
9</section>