This document will hopefully keep track of all of the things that should be done to make this blog super legit!
Let's get some nice CSS
Let's automate inserting the horizontal navigation bar at the top of the site
One currently has to do this insert this bit of code into a file to make it work:
#+INCLUDE: "./nav.org"
Let's create a page called "blog" that lists the links to the individual blog posts
TODO Let's hightlight code snippets
You need to install htmlize.el to get this to work.
Then you should probably create a custom CSS page, so that everyone who generates the site, can generate the same website.
TODO Create a ./render-locally script in Emacs lisp
So that everyone can easily render the website.