25 lines
526 B
TOML
25 lines
526 B
TOML
[book]
|
|
authors = ["Hugh Ratsch"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "IT Learning Notes"
|
|
|
|
[output.html]
|
|
default-theme = "light"
|
|
preferred-dark-theme = "navy"
|
|
git-repository-url = "http://192.168.2.2:3003/hugh/it-knowledge.git"
|
|
port = 3001
|
|
mathjax-support = true
|
|
no-section-label = true
|
|
fold = { enable = true, level = 1 }
|
|
additional-css = ["custom.css"]
|
|
additional-js = ["custom.js"]
|
|
|
|
[build]
|
|
build-dir = "book"
|
|
create-missing = false
|
|
use-default-preprocessors = true
|
|
|
|
[preprocessor]
|
|
[preprocessor.index] |