blazeblogger

Command-line blogging engine with flat-file storage and Markdown support.

brewmacoslinux
Try with needOr install directly
Source

About

CMS for the command-line

Commands

bb

Examples

create a new blog post from terminal$ bb post add
list all published blog posts$ bb post list
generate static HTML website from blog$ bb make
edit an existing blog post$ bb post edit post-id
delete a blog post by ID$ bb post remove post-id