all repos — aaoth.xyz @ 9dcaf807a98362a708136284534ee343dd3f2742

aaoth.xyz website

music.md (view raw)

 1---
 2title: music
 3layout: default
 4---
 5
 6## [hälsorisk][1]
 7
 8**hälsorisk** (swedish for *health hazard*) is small web-label focused on dark
 9underground music. here's a list of projects in which i took part:
10
11{%- assign haelsorisk_projects = site.music_projects | where: "other", nil -%}
12
13{% for h_project in haelsorisk_projects %}
14* [{{ h_project.title }}]({{ h_project.url }})
15-- {{ h_project.description }} ({{ h_project.roles | split: " " | join: ", " }})
16{% endfor %}
17
18[1]:/haelsorisk
19
20## other projects
21
22{%- assign other_projects = site.music_projects | where: "other", true -%}
23
24{% for project in other_projects %}
25* [{{ project.title }}]({{ project.url }}) -- {{ project.description }}
26{% endfor %}