Crates.io | mkbook |
lib.rs | mkbook |
version | 0.3.0 |
source | src |
created_at | 2019-11-28 20:28:14.501999 |
updated_at | 2019-12-03 18:26:18.745399 |
description | A simpler alternative to mdbook, meant for building book websites from Markdown files |
homepage | https://hamaluik.github.io/mkbook/ |
repository | https://github.com/hamaluik/mkbook |
max_upload_size | |
id | 185144 |
size | 309,843 |
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 for highlighting and navigation, and including a lot of bells and whistles such as javascript-based search.
This tool aims to work somewhat similarly to mdbook, 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 building the mkbook book by running: cargo run -- build -i docs-src -o docs
and then serving the docs
directory. Alternatively, view these generated docs here.