14 lines
241 B
TOML
14 lines
241 B
TOML
[book]
|
|
authors = ["Nathan McCarty"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Idris 2 by Highly Contrived Example"
|
|
|
|
[build]
|
|
create-missing = false
|
|
use-default-preprocessors = false
|
|
|
|
[output.html]
|
|
preferred-dark-theme = "ayu"
|