Files

25 lines
518 B
TOML
Raw Permalink Normal View History

2025-02-11 21:25:44 -06:00
[book]
authors = ["Hugh Ratsch"]
language = "en"
multilingual = false
src = "src"
title = "IT Learning Notes"
[output.html]
default-theme = "light"
preferred-dark-theme = "navy"
2025-02-11 21:58:34 -06:00
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-js = ["custom.js"]
2025-03-02 11:45:17 -06:00
section-anchors = false
[build]
build-dir = "book"
create-missing = false
use-default-preprocessors = true
[preprocessor]
[preprocessor.index]