70fe7c0e8250
Add initial Links page
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 10 Aug 2016 16:07:51 +0000 |
parents | 5bc07cde293f |
children | bb75d39cfff3 |
branches/tags | (none) |
files | content/links.html layout/skeleton/_base.html |
Changes
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/links.html Wed Aug 10 16:07:51 2016 +0000 @@ -0,0 +1,21 @@ + {% extends "_flatpage.html" %} + + {% hyde + title: "Links" + %} + + {% block article %} + +This page is a collection of links to blogs/resources I find interesting. + +It's mostly just a place for me to dump links that I want to remember to check +every now and then when I'm bored. I figured other people might find it +interesting too. + +* [/r/proceduralgeneration](http://reddit.com/r/proceduralgeneration/) +* [/r/worldbuilding](http://reddit.com/r/worldbuilding/) +* [Martin O'Leary](http://mewo2.com/) +* [Red Blob Games](http://www.redblobgames.com/) +* [The Digital Antiquarian](http://www.filfre.net/) + + {% endblock %}
--- a/layout/skeleton/_base.html Wed Jun 29 13:24:13 2016 +0000 +++ b/layout/skeleton/_base.html Wed Aug 10 16:07:51 2016 +0000 @@ -61,6 +61,8 @@ <span class="sep">-</span> <a href="/projects">Projects</a> <span class="sep">-</span> + <a href="/links">Links</a> + <span class="sep">-</span> <a href="/about/">About</a> <span class="sep">-</span> <a href="http://feeds2.feedburner.com/stevelosh">Feed</a>