TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Would anyone use a command line blog platform?

4 pointsby mythrielover 12 years ago
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.

7 comments

pinksover 12 years ago
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.
orangethirtyover 12 years ago
Why not add the functionality to an existing platform? Its would be simpler and would grant you a bigger userbase.
stevekempover 12 years ago
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>
tubbzorover 12 years ago
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.
blazing_greyover 12 years ago
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. :)
damaruover 12 years ago
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.
评论 #5192441 未加载
senteover 12 years ago
Yes