<section id="mywriting">
<h1>writing</h1>
<ul>
+ <li>2025: A list of the games in the <a href="/archive/microrpg">Ultimate Micro-RPG book</a>.
<li>2024: A simple printable <a href="/archive/todo.pdf">todo list</a>.
<li>2017: My <a href="/archive/recipes.index.leaves">recipe cards</a>. Check out my <a href="https://github.com/za3k/cookbook">cookbook</a> instead.</li>
<li>2015: <a href="/archive/chains-antichains.txt">An explanation</a> of Dilworth's Theorem and Mirsky's theorem for finite posets.</li>
out = pystache.render(template, {"table": table})
- with open("microrpgs.md", "w") as f:
+ with open("index.md", "w") as f:
f.write(out)