Skip to content

yamnor/lecture-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lecture-theme: mdBook theme for online courses

This repository provides a specialized mdBook theme tailored for online course materials.

Installation

  1. Clone this repository.
git clone https://github.com/yamnor/lecture-theme.git
  1. Copy the theme files into the root of your mdBook project.

Usage

Specify the theme in your mdBook's book.toml file.

[output.html]
theme = "path/to/lecture-theme"

Customization

Customize the theme by editing the CSS or Handlebars template files.

Requirements

  • mdBook environment

License

This mdBook theme is released under the Mozilla Public License v2.0, for more information take a look at the LICENSE file.