1
0
flewkey.com/posts/2020-06-30-blog.md

23 lines
1011 B
Markdown
Raw Normal View History

2020-07-13 02:35:49 +00:00
template: post
title: Website update
author: flewkey
timestamp: 1593548958
license: CC-BY
visibility: hidden
2020-07-13 02:35:49 +00: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 05:06:05 +00:00
it to handle a custom page for my music was a pain. It didnt help that I am far
2020-07-13 02:35:49 +00: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.
The git repository is available [here](https://git.sdf.org/flewkey/flewkey.com).