ThemeMDBook
Preview
Usage
-
Create a book with the command
mdbook init
.mdbook init <directory>
-
Add azaleabook theme
cd <directory> git submodule add https://github.com/IrvanAhmadP/azaleabook-theme.git azaleabook-theme
-
Config
book.toml
.[output.html] theme = "azaleabook-theme" default-theme = "azaleabook-light" preferred-dark-theme = "azaleabook-dark"