From dbea0635f030a54f123a1c29aaf1c1f98f0509f0 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Fri, 5 Nov 2021 20:05:11 -0400 Subject: [PATCH] gopher: Add descriptions to blog/jams projects This just gives a bit of needed context! figlet -f larry3d for lyfe hah --- gopher/Makefile | 4 ++++ gopher/blog/gophermap | 19 +++++++++++++++++++ gopher/jam-tuesday/gophermap | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 gopher/blog/gophermap create mode 100644 gopher/jam-tuesday/gophermap diff --git a/gopher/Makefile b/gopher/Makefile index c1905ec..7ceb708 100644 --- a/gopher/Makefile +++ b/gopher/Makefile @@ -16,6 +16,8 @@ build: install: build mkdir -p /var/gopher/notes mkdir -p /var/gopher/code + mkdir -p /var/gopher/blog + mkdir -p /var/gopher/jam-tuesday install -m 444 $(FILES) /var/gopher for tag in notes/*/; do \ mkdir -p /var/gopher/$$tag; \ @@ -23,3 +25,5 @@ install: build done install -m 444 notes/gophermap /var/gopher/notes install -m 444 $(CODE) /var/gopher/code + install -m 444 jam-tuesday/gophermap /var/gopher/jam-tuesday + install -m 444 blog/gophermap /var/gopher/blog diff --git a/gopher/blog/gophermap b/gopher/blog/gophermap new file mode 100644 index 0000000..09a348c --- /dev/null +++ b/gopher/blog/gophermap @@ -0,0 +1,19 @@ +Yet another + __ ___ + /\ \ /\_ \ + \ \ \____\//\ \ ___ __ + \ \ '__`\ \ \ \ / __`\ /'_ `\ + \ \ \L\ \ \_\ \_/\ \L\ \/\ \L\ \ + \ \_,__/ /\____\ \____/\ \____ \ + \/___/ \/____/\/___/ \/___L\ \ + /\____/ + \_/__/ + +This is just a mirror of my WWW site: + +h https://alexkarle.com URL:https://alexkarle.com + +Since the content really is mdoc(7), +it's fairly easy to mirror here :) + +* diff --git a/gopher/jam-tuesday/gophermap b/gopher/jam-tuesday/gophermap new file mode 100644 index 0000000..a359189 --- /dev/null +++ b/gopher/jam-tuesday/gophermap @@ -0,0 +1,36 @@ + + __ + /\_\ __ ___ ___ ____ + \/\ \ /'__`\ /' __` __`\ /',__\ + \ \ \/\ \L\.\_/\ \/\ \/\ \/\__, `\ + _\ \ \ \__/.\_\ \_\ \_\ \_\/\____/ + /\ \_\ \/__/\/_/\/_/\/_/\/_/\/___/ + \ \____/ + \/___/ setlist archive + + +From about October 2020 up until August 2021, my +brother Matt and I got together every Tuesday +evening to play music. It started as a way to +stay sane during the COVID quarantine, but it +quickly became a tradition and a highlight of the +week. No matter how stressful work was, or what +was going on in the outside world, we could leave +it all behind as we played some of our favorite +tunes. + +At some point (woefully late), I realized it would +be fun to start cataloging what we played. + +There are no audio recordings (at least publicly), +but there's a stray note here and there to "set +the scene". + +The setlist notation is hopefully pretty +straightforward. Unless otherwise noted, I'm on +guitar and Matt's on keys (and if only one +instrument is specified, it's me switching to it). +We both (attempt to) sing. Sometimes we even +harmonize :) + +* -- libgit2 1.1.1