14 lines
254 B
TOML
14 lines
254 B
TOML
|
|
[book]
|
||
|
|
title = "Softwarehuset Books"
|
||
|
|
authors = ["Softwarehuset"]
|
||
|
|
language = "da"
|
||
|
|
src = "src"
|
||
|
|
|
||
|
|
[build]
|
||
|
|
build-dir = "book"
|
||
|
|
|
||
|
|
[output.html]
|
||
|
|
default-theme = "light"
|
||
|
|
preferred-dark-theme = "navy"
|
||
|
|
git-repository-url = "https://code.core.ci/softwarehuset/books"
|