An excuse for me to share my enthusiasm and some thoughts from my journey so far.
Crafted with mdBook and
You can install mdBook using cargo:
cargo install mdbook
The official documentation offers more examples for a CI/CD environment
Then simply run mdbook build --open
to compile and open it on a web browser.
Make sure you have mdbook-catppuccin
installed:
cargo install mdbook-catppuccin
To add the Catppuccin themes all you have to do is to run mdbook-catppuccin install
on the mdBook's root directory.
Check catppuccin mdBook repository for more information.