Posts
-
May 30, 2020
Google Maps API with Python
(This blog post being revised. It might not show correctly in Safari/Reader view)
-
May 25, 2020
Static Website with Jekyll and Github Pages
I moved from the Pelican Python static website generator back to a static website with Jekyll and Github Pages.
-
May 24, 2020
Python, Files, and OS Module
Migrating from one static website to another, I had to rename multiple files, extract some content, remove it, and do other operations.
-
May 23, 2020
Curly Braces in Markdown with Jekyll
If you use double curly braces in code blocks in markdown with Jekyll. They just won’t show up.
-
Feb 9, 2020
D3 Troubleshooting
D3 is a great JavaScript library for data visualization. However, like every technology, it can be annoying when you don’t know why things don’t work as expected.