From 457cb9204a309a0bef72247b134124a4ce5eb443 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 1 Aug 2012 13:13:56 -0700 Subject: [PATCH] write first blog post --- _posts/2012-08-01-new-blog.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/_posts/2012-08-01-new-blog.md b/_posts/2012-08-01-new-blog.md index 99b535d0f..ed6d3f9c8 100644 --- a/_posts/2012-08-01-new-blog.md +++ b/_posts/2012-08-01-new-blog.md @@ -3,4 +3,26 @@ title: beets has a new blog layout: main section: blog --- -Test post. +Welcome to the brand new [beets blog][]! The beets project has had [a Twitter account][b33ts] for some time now, but I increasingly have more to say than will fit in 140 characters. This blog will be a venue for more detailed writing about the project, Python, open source development, and music software. + +These are some of the posts you can expect as the blog gets rolling: + +* In-depth descriptions of new features and design changes in beets. +* Guides to doing cool, non-obvious stuff with beets. +* My plans and proposals for how beets will evolve. +* Useful Python snippets and libraries that grow out of the beets project (like [Bluelet][], [Confit][], [pyacoustid][], and [audioread][]). +* Opinions on Python development and maintaining open source projects. + +[bluelet]: https://github.com/sampsyo/bluelet +[confit]: https://github.com/sampsyo/confit +[pyacoustid]: https://github.com/sampsyo/pyacoustid +[audioread]: https://github.com/sampsyo/audioread + +You can subscribe to this blog using its [Atom feed][atom]. The [Jekyll][] +source for the site is +[on GitHub](https://github.com/sampsyo/beets/tree/gh-pages). + +[Jekyll]: http://jekyllrb.com/ +[atom]: /blog/atom.xml +[b33ts]: http://twitter.com/b33ts +[beets blog]: http://beets.radbox.org/blog/