blogc

Blog compiler with template engine and markup language support

brewmacoslinux
Try with needOr install directly
Source

About

Blog compiler with template engine and markup language

Commands

blogc

Examples

Compile a single blog post from markdown to HTML$ blogc -i post.md -o post.html
Generate blog listing page with template$ blogc -l -t template.html -o index.html post1.md post2.md
Show version and available options$ blogc -v