Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 441 Bytes

File metadata and controls

15 lines (12 loc) · 441 Bytes

mdbook-blame

A simple mdbook preprocessor that adds git commit + committer metadata to the bottom of pages in order to keep track of when it was last updated, and who has been working on it.

Options

Add the following to your book.toml:

[preprocessor.blame]
source = "https://github.com/Froze-N-Milk/mdbook-blame/commit/"

source should be set to the appropriate url, and it will have full commit hashes appended to it.