Posts tagged 'python'

Continuous Blogging

In my last post, I talked about moving from Blogger to the blog aware static site generator Pelican.

Using make to compile markdown files in to html with a python tool started giving me ideas. The blog's source was already in github and it made sense to move the compilation to an automated tool. Automate everything.

Using Pelican Static Site Generator

Hello! Welcome to the updated jessek.co.nz.

Blogger wasn't really working out. A wysiwyg editor is nice and all but code snippets looked awful and the template was over the top. I wanted something simpler for my blog and something new to try out.

The two options I considered were jekyll and Pelican.