Since I started using Coursera and edX back in 2014, I’ve completed a lot of courses. I still have many more that I’d like to complete. Keeping a list of these was easy enough with bookmarks. But then I came across a page on the website of Sébastien Lavoie, What it took to propel a Continue Reading
Python
Add to Pelican – Sitemap and Robots.txt
Finally with some more time on my hands I fixed up the last bit of the site migration from WordPress to Pelican: adding the sitemap and robots.txt file. The robots.txt file was easy, as this is a static file in the first place. Just create the file in /content/extra and Continue Reading
Fixing my Pelican to display images
I found that the Pelican site theme I was using was automatically expanding images to 100% width, which I didn’t want to have. I also wanted to use captions on my images. Thanks to Joe Lotz I was able to sort this out. This involved switching from the Pelican provided Python Markdown to Pandoc Markdown. Continue Reading
Hello, World
Well it only seems fitting that the first post I write for this iteration of the site would be a description of how I made it. As I go back and add content from the old site(s) to this one I’m going to manually update the timestamp to the original Continue Reading