17 lines
288 B
TOML
17 lines
288 B
TOML
[book]
|
|
authors = [
|
|
"Wouter Doppenberg",
|
|
"Nathaniel Simard",
|
|
"Louis Fortier-Dubois",
|
|
"Dilshod Tadjibaev",
|
|
"Guillaume Lagrange",
|
|
"Sylvain Benner",
|
|
"Bjorn Beishline"
|
|
]
|
|
language = "en"
|
|
src = "src"
|
|
title = "The Burn Book 🔥"
|
|
|
|
[output.html]
|
|
mathjax-support = true
|