mirror of
https://github.com/vacp2p/rfc-index.git
synced 2026-05-04 03:00:24 -04:00
25 lines
530 B
TOML
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"
|