Perhaps creating a command line interface for Tumblr / Posterous hosting would work. I wouldn't try to reinvent the hosting platform though, if that's what you're asking.<p>Hosting one's own blog is trivial, and I'm willing to bet that your target audience is more likely to use a static site generator like Jekyll or Pelican.
I publish my blog with chronicle, a static generator.<p>In the past I also reviewed several of the popular static-site generators, many of which are designed for blogging:<p><a href="https://github.com/skx/static-site-generators" rel="nofollow">https://github.com/skx/static-site-generators</a>
I'd certainly be interested.<p>I thought about this awhile back but never found the time to get anything going. If you end up going through with it post the Github link as I'd like to contribute.
Shameless plug for my own solution, curmudgeon: <a href="https://github.com/lharding/Curmudgeon" rel="nofollow">https://github.com/lharding/Curmudgeon</a><p>So, yes. :)
definitly yes! I used vimwiki some bit but lacked some menu and time functionality, although I am sure that it could be tweak to work like a great command line blog platform.<p>But there are a lot of tool, that take .md files and create a static site with it. Which is a great start, where you could bind a deploy script that could be triggered from vim for example.