askama/book/book.toml
2025-03-11 19:31:06 +01:00

17 lines
410 B
TOML

[book]
authors = ["askama-rs developers"]
language = "en"
multilingual = false
src = "src"
title = "Askama"
[rust]
edition = "2021"
[output.html]
git-repository-url = "https://github.com/askama-rs/askama/tree/master/book"
edit-url-template = "https://github.com/askama-rs/askama/tree/master/book/{path}"
additional-css = ["theme/pagetoc.css"]
additional-js = ["theme/pagetoc.js"]
playground.runnable = false