Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 587 Bytes

File metadata and controls

19 lines (16 loc) · 587 Bytes
layout page
title Music
permalink /music/

{% include toggle.html %}

All my publicly released musical projects, ordered by when they started or were released, newest first.

I also host an instance of Faircamp on here, which is a free, self-hosted music publishing solution. Check it out here.

{% assign music = site.music | sort: 'order' | reverse %} {% for project in music %}

{{ project.title }}

{{ project.content | markdownify }}
{% endfor %}