mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 05:21:14 +00:00
17 lines
410 B
TOML
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
|