aboutsummaryrefslogtreecommitdiffstats
path: root/music.md
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-08-26 19:07:45 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-08-26 19:20:04 +0300
commitd548d4a900024352a033e2b4523bb7f272b26a6f (patch)
tree1d7bd088eeefef367cb5cac026d08a31c01716f7 /music.md
parent7ac5dbeb4f9329dbd75e42c800b8afc8b58d552d (diff)
parentaf529b0371bfe9fa2039fb6bce5deadbb7c0c76b (diff)
downloadaaoth.xyz-d548d4a900024352a033e2b4523bb7f272b26a6f.tar.gz
aaoth.xyz-d548d4a900024352a033e2b4523bb7f272b26a6f.zip
merge branch 'music-projects'
music info is messed up now, but kinda works
Diffstat (limited to 'music.md')
-rw-r--r--music.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/music.md b/music.md
index 4b66683..0185833 100644
--- a/music.md
+++ b/music.md
@@ -3,4 +3,24 @@ title: music
permalink: /music/
---
-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 %}
+
+<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>