2020-07-12 22:35:49 -04:00
|
|
|
|
template: post
|
|
|
|
|
title: Website update
|
|
|
|
|
author: flewkey
|
|
|
|
|
timestamp: 1593548958
|
|
|
|
|
license: CC-BY
|
2021-06-05 00:51:14 -04:00
|
|
|
|
visibility: hidden
|
2020-07-12 22:35:49 -04:00
|
|
|
|
|
|
|
|
|
I like blogs. Blogs are one of the only suitable platforms for people to
|
|
|
|
|
properly present ideas. There are no character limits, the author can embed
|
|
|
|
|
whatever they want, and — most importantly — they can disable the
|
|
|
|
|
comments section. This caught my attention, so I decided to start my own blog.
|
|
|
|
|
Unfortunately, blogging on my plain HTML website was a pain. It needed an
|
|
|
|
|
update.
|
|
|
|
|
|
|
|
|
|
Multiple people had recommended Jekyll to me, and I had seen many others use it
|
|
|
|
|
for their websites. Making a simple blog with it seemed simple, but extending
|
2021-06-05 01:06:05 -04:00
|
|
|
|
it to handle a custom page for my music was a pain. It didn’t help that I am far
|
2020-07-12 22:35:49 -04:00
|
|
|
|
too lazy to learn about Ruby.
|
|
|
|
|
|
|
|
|
|
The solution was ridiculously simple: a Makefile and some Python scripts. I had
|
|
|
|
|
to fiddle with it for a couple of hours, but I am quite happy with the result.
|
2020-07-12 22:58:16 -04:00
|
|
|
|
The git repository is available [here](https://git.sdf.org/flewkey/flewkey.com).
|