12 lines
258 B
TOML
12 lines
258 B
TOML
[book]
|
|
authors = ["Michael Zhang"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "HoTT Book"
|
|
|
|
[preprocessor.pagetoc]
|
|
|
|
[output.html]
|
|
additional-js = ["theme/pagetoc.js"]
|
|
additional-css = ["src/generated/Agda.css", "style.css", "theme/pagetoc.css"]
|