15 lines
264 B
TOML
15 lines
264 B
TOML
[book]
|
|
authors = ["Benedikt Hunger"]
|
|
language = "de"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Grundlagen der Softwarearchitektur"
|
|
|
|
[output.html]
|
|
curly-quotes = true
|
|
additional-css = ["theme/css/custom.css"]
|
|
preferred-dark-theme = "coal"
|
|
|
|
[preprocessor.graphviz]
|
|
|