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.
mkbook/docs-src
Kenton Hamaluik 7f8f36183d updated latex section of the book 4 years ago
..
02-markdown added chapters about linking and latex 4 years ago
01-command-line.md massages latex a bit, removed extraneous headings from book source 4 years ago
03-frontmatter.md massages latex a bit, removed extraneous headings from book source 4 years ago
04-structure.md refactored file placement on html, added assets on latex 4 years ago
05-customization.md massages latex a bit, removed extraneous headings from book source 4 years ago
06-how-it-works.md download online images for latex mode 4 years ago
07-latex-output.md updated latex section of the book 4 years ago
README.md massages latex a bit, removed extraneous headings from book source 4 years ago
book-chapter-six-5834.jpg added assets copying, fixed figures some more 4 years ago
book.pdf updated latex section of the book 4 years ago
printbook copy.pdf added SVG to latex output 4 years ago
printbook.pdf updated latex section of the book 4 years ago

README.md

title = "The mkbook Book" author = "Kenton Hamaluik" url = "https://hamaluik.github.io/mkbook/"title = "The mkbook Book" author = "Kenton Hamaluik" url = "https://hamaluik.github.io/mkbook/"

mkbook is my simpler alternative to mdbook which is a great tool, however 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.

If you're not familiar with mdbook, mkbook is a tool to convert a collection of Markdown files into a static website / book which can be published online. It was created to help me write documentation with minimum fuss while presenting it in an easy-to-consume manner.