# HG changeset patch # User Steve Losh # Date 1470845271 0 # Node ID 70fe7c0e825029cacffe2bdacb467c37f3226767 # Parent 5bc07cde293f3c0f0baa358bde3dc1303ed6c914 Add initial Links page diff -r 5bc07cde293f -r 70fe7c0e8250 content/links.html --- /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 %} diff -r 5bc07cde293f -r 70fe7c0e8250 layout/skeleton/_base.html --- 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 @@ - Projects - + Links + - About - Feed