A super simple static blog generator. Powered by an HTML page, one script (kind of), and a markdown file.
Clone it, run it on a server
python -m SimpleHTTPServer myFavouritePort
- Type words in that there .md file.
- Save that there file.
You'll probably want to add some styles and have it append to a specific div instead of just writing to the document.