From 8d962aabf74c42c3afdc38f2f85fa7b06fd04ef0 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Tue, 19 Apr 2022 00:24:23 +0300 Subject: reimplement website using shell scripts major change, i know. now i'm using ssg and rssg by roman zolotarev. okay, well, not exactly. ssg is modified to generate pages for gemini too. it's hard to maintain two different things simultaneously. bye-bye jekyll! --- music.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 music.md (limited to 'music.md') diff --git a/music.md b/music.md deleted file mode 100644 index 0185833..0000000 --- a/music.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: music -permalink: /music/ ---- - -# [hälsorisk][1] - -**hälsorisk** (swedish for '*health hazard*') is small web-label focused on dark -underground music. -here's a list of projects in which i took part: - -{% assign haelsorisk_projects = site.music_projects | where: "other", nil %} - -
-{% include music-projects-list.html projects=haelsorisk_projects %} -
- -[1]:/haelsorisk - -# other projects - -{% assign other_projects = site.music_projects | where: "other", true %} - -
-{% include music-projects-list.html projects=other_projects %} -
-- cgit v1.2.3