| 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 %}
{% endfor %}