Would anyone use a command line blog platform?

4 points by mythriel ↗ HN
I want to develop a blog platform for personal use that can manage your blog from the command line and I am curious if other devs would use it.

9 comments

[ 3.1 ms ] story [ 30.5 ms ] thread
I'd certainly be interested.

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.

Sounds interesting, as a blogger, I'm certainly sure it will be useful. Go ahead with your plans:)
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.

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.

The hard part with these static-publishers is handling comments - without outsourcing to disqus, or similar.
Why not add the functionality to an existing platform? Its would be simpler and would grant you a bigger userbase.
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.

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.