Short post.

Building Afterlife Song

I just used GitHub Pages and set the theme to Minima. That was mainly it.

Minima is a minimalist Jekyll theme. Jekyll is a static site generator written in Ruby. It uses the Liquid template language to generate the site files, meaning Liquid serves as the web templating system.

Don’t do this: brew install ruby

To install chruby: brew install chruby

To run it locally:

source $(brew --prefix)/opt/chruby/share/chruby/chruby.sh
chruby 3.2.2
bundle exec jekyll serve

For tagging, I followed this.