beets/blog/index.md
2016-01-08 16:24:06 -08:00

741 B

layout title section shorttitle
main The beets blog. blogindex blog

This is the weblog for beets, an open-source music management system by Adrian Sampson. It consists of announcements about the project, guides to doing fancy stuff with beets, and technical articles about Python and music-related development.

[Subscribe to the feed.][sub] You should also follow @b33ts on Twitter, where smaller project updates are posted more frequently.

[sub]: {{ site.url }}/blog/atom.xml

{% for post in site.posts %}

  • {{ post.date | date: '%B %e, %Y' }}: {{ post.title }}. {% endfor %}