aboutsummaryrefslogtreecommitdiffstats
path: root/music.md
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-08-19 00:22:00 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-08-19 00:22:00 +0300
commit9dcaf807a98362a708136284534ee343dd3f2742 (patch)
tree1dce7891fb881d01516296511445059f97e91cac /music.md
parent275316f5ed205e77137b045c0c5fba603a2fc0b0 (diff)
downloadaaoth.xyz-9dcaf807a98362a708136284534ee343dd3f2742.tar.gz
aaoth.xyz-9dcaf807a98362a708136284534ee343dd3f2742.zip
add info about music projects
much of stuff included here is subject to change.
Diffstat (limited to 'music.md')
-rw-r--r--music.md24
1 files changed, 22 insertions, 2 deletions
diff --git a/music.md b/music.md
index 4b66683..b87cc88 100644
--- a/music.md
+++ b/music.md
@@ -1,6 +1,26 @@
---
title: music
-permalink: /music/
+layout: default
---
-here will be an overview of my musical projects.
+## [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 -%}
+
+{% for h_project in haelsorisk_projects %}
+* [{{ h_project.title }}]({{ h_project.url }})
+-- {{ h_project.description }} ({{ h_project.roles | split: " " | join: ", " }})
+{% endfor %}
+
+[1]:/haelsorisk
+
+## other projects
+
+{%- assign other_projects = site.music_projects | where: "other", true -%}
+
+{% for project in other_projects %}
+* [{{ project.title }}]({{ project.url }}) -- {{ project.description }}
+{% endfor %}