blog.sh and mdBook are both open source static site generators. blog.sh is written in Bash and mdBook is written in Rust.
Property | blog.sh | mdBook |
---|---|---|
Language | Bash | Rust |
Templates | Custom | Handlebars |
License | MIT | MPL-2.0 |
blog.sh is a relatively simple static blog generation tool written in bash. It supports markdown (via pandoc, but other converters could be used) and a very basic templating system. It is designed for simplicity and easy of hacking.
blog.sh was heavily inspired by Carlos Fenollosa's bashblog.
Create book or documentation from markdown files as with GitBook.
Highlights:
Used by "The Rust Programming Language" book.