diff --git a/python/writing-pelican.rst b/python/writing-pelican.rst index 58548d2..9e9506c 100644 --- a/python/writing-pelican.rst +++ b/python/writing-pelican.rst @@ -2,7 +2,8 @@ Pelican, a simple static blog generator in python ################################################# Those days, I've wrote a little python application to fit my blogging needs. -I'm an occasional blogger, a vim lover, I like restructured text and DVCSes. +I'm an occasional blogger, a vim lover, I like restructured text and DVCSes, so +I've made a little tool that makes good use of all that. Pelican (for calepin) is just a simple tool to generate your blog as static files, letting you using your editor of choice (vim!). It's easy to extend,