Republishing everything back here, as I get inspired to do so. Original site content is available at https://old.lazaruk.com.
Moving to Linux, Building my System
Herein lies all the things I did to get my system to the state it is in today. Mostly this is a record so that I can re-create it if need be. But hey, it might also be helpful to someone. Customise Apps
Merging Git Repositories
I had a bunch of separate git repositories that I wanted to merge into one, while also maintaining the existing git history as much as possible. There were three cases: one where the original repository is in a directory which can be simply renamed to fit into the new structure, Continue Reading
Building a learning log with Python
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
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