The Void in which I Scream

Future home of a simple js personal blog.

TODO: build/find simple js markdown parser. Do have more to implement.
TODO: Write js to read a master blog file to get blog files and Date/Time
TODO: Write js/css to display posts as blocks with h1 as Title and show Date/Time
TODO: Write js/css pagination based on number of files listed in master.
TODO: Move finished js into blog.js as cleanup.
- I'm not sure if I want to do this. Instead, I think I want to make generic functions of the reusable parts of the js, like openTextFile() or markdownToHtml(), and keep the blog specific code here.
- I should test if there is a performance impact or cache advantage one way versus the other.

GOAL: Show the most recent 10 blog posts and have pagination to show the rest through GET parsing.