rust mdbook alternative
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Kenton Hamaluik 3ef3ba493b basic markdown conversion working, lets do this! 🚀 5 years ago
assets basic markdown conversion working, lets do this! 🚀 5 years ago
demo basic markdown conversion working, lets do this! 🚀 5 years ago
src basic markdown conversion working, lets do this! 🚀 5 years ago
style basic markdown conversion working, lets do this! 🚀 5 years ago
templates basic markdown conversion working, lets do this! 🚀 5 years ago
.gitignore basic markdown conversion working, lets do this! 🚀 5 years ago
Cargo.lock basic markdown conversion working, lets do this! 🚀 5 years ago
Cargo.toml basic markdown conversion working, lets do this! 🚀 5 years ago
LICENSE basic markdown conversion working, lets do this! 🚀 5 years ago
README.md basic markdown conversion working, lets do this! 🚀 5 years ago
build.rs basic markdown conversion working, lets do this! 🚀 5 years ago

README.md

mkbook

mkbook is my simpler alternative to mdbook which is a great tool, but for which I really dislike some of the decisions they took, such as relying on javascript, etc.

This tool aims to work somewhat similarly to mkbook, but is generally intended to be a more minimal alternative that is customized more towards my needs and desires than anything else.

Still very WIP, but it can convert .md files into fancy-looking .html files, demo it by running: cargo run -- build demo and then serving the demo/book directory.