Blog compiler with template engine and markup language support.
Blog compiler with template engine and markup language
blogc$ blogc -D content/posts -t templates/post.html -o output/$ blogc -i post.md -t post-template.html -o post.html$ blogc -D posts/ -t templates/index.html -o index.html$ blogc -i article.md -o article.html$ blogc -D content/ -t templates/ -o public/