Files
rfc-index/book.toml
2026-04-15 15:44:03 +03:00

25 lines
530 B
TOML

[book]
title = "Logos LIP"
authors = ["Jakub Sokołowski"]
language = "en"
src = "docs"
[output.html]
default-theme = "ayu"
additional-css = [
"theme/katex/katex.min.css",
"theme/fonts/fonts.css",
"theme/FontAwesome/css/font-awesome.css",
"custom.css"
]
additional-js = [
"theme/katex/katex.min.js",
"theme/katex/auto-render.min.js",
"scripts/katex-render.js",
"scripts/logos-lips.js"
]
git-repository-url = "https://github.com/logos-co/logos-lips"
[preprocessor.math]
command = "python3 scripts/mdbook-math.py"