Static Site Generators

mdBook – create modern online books from Markdown files

mdBook is a command line tool and Rust crate to create books using Markdown (as by the CommonMark specification) files. It’s very similar to Gitbook but written in Rust.

Using the program as a Rust crate offers library access. This means that you can integrate it in an existing project, like a web-app for example. Since the command line interface is just a wrapper around the library functionality, when you use this crate as a library you have full access to all the functionality of the command line interface with an easy to use API and more.

This is free and open source software.

Key Features

  • Plugins – programs which will be invoked during the build process and are split into roughly two categories, preprocessors and renderers.
  • Handlebars templates. Handlebars provides the power necessary to let you build semantic templates effectively with no frustration. Handlebars compiles templates into JavaScript functions. This makes the template execution faster than most other template engines.
  • Math equations through MathJax.
  • Runnable Rust code snippet using Rust Playpen.

Website: rust-lang.github.io/mdBook
Support: GitHub Code Repository
Developer: mdBook contributors
License: Mozilla Public License v2.0

mdBook is written in Rust. Learn Rust with our recommended free books and free tutorials.


Related Software

Rust Static Site Generators
ZolaFast static site generator in a single binary with everything built-in. Uses Tera
mdBookCommand line tool and Rust crate to create books using Markdown
ZensicalModern static site generator
MarmiteStatic site generator for blogs
CobaltVersatile yet simple to use static site generator
AdduceVersatile, adaptable, and fast static site generato

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments