From 9dcaf807a98362a708136284534ee343dd3f2742 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 19 Aug 2021 00:22:00 +0300 Subject: add info about music projects much of stuff included here is subject to change. --- music.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'music.md') 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 %} -- cgit v1.2.3