aboutsummaryrefslogtreecommitdiffstats
path: root/music.md
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2022-04-19 00:24:23 +0300
committerla-ninpre <leobrekalini@gmail.com>2022-04-19 00:32:37 +0300
commit8d962aabf74c42c3afdc38f2f85fa7b06fd04ef0 (patch)
treee5054517b940e5c535a4c7282d7faa7b6462e794 /music.md
parent9f4b181b36418669462c0300c2e090d0f4547dc8 (diff)
downloadaaoth.xyz-8d962aabf74c42c3afdc38f2f85fa7b06fd04ef0.tar.gz
aaoth.xyz-8d962aabf74c42c3afdc38f2f85fa7b06fd04ef0.zip
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!
Diffstat (limited to 'music.md')
-rw-r--r--music.md26
1 files changed, 0 insertions, 26 deletions
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 %}
-
-<div class="haelsorisk-projects-list">
-{% include music-projects-list.html projects=haelsorisk_projects %}
-</div>
-
-[1]:/haelsorisk
-
-# other projects
-
-{% assign other_projects = site.music_projects | where: "other", true %}
-
-<div class="other-projects-list">
-{% include music-projects-list.html projects=other_projects %}
-</div>