Faircamp
I recently (today) found out about a site generator for music called Faircamp. I got it set up within a couple of hours, it's pretty easy to use. The hardest part was figuring out how to get NGINX to serve content from a different directory, because I'm shit at hosting. Long story short, it was the alias directive. I didn't understand that location /
doesn't mean the root location in your filesystem, but the url for your website; so location /
means example.com/
and location /music
means example.com/music
.
Anyway, it's up now, and all my music's on there, go check it out.