This repository provides a specialized mdBook theme tailored for online course materials.
- Clone this repository.
git clone https://github.com/yamnor/lecture-theme.git
- Copy the theme files into the root of your mdBook project.
Specify the theme in your mdBook's book.toml
file.
[output.html]
theme = "path/to/lecture-theme"
Customize the theme by editing the CSS or Handlebars template files.
- mdBook environment
This mdBook theme is released under the Mozilla Public License v2.0, for more information take a look at the LICENSE file.