A Nerdy View of the World

Writing my Own Static Site Generator for Fun

I do not need a lot of bells and whistles, and this will be a good learning opportunity. The first piece is to write a custom markdown to HTML converter. While testing my parser, I got the idea for blog inception. I’ve been documenting my work in markdown files that my code converts to html. For now, I’m serving them locally, but when I am satisfied with the parser, I’ll add code to deploy the static site to S3.