12 lines
260 B
TOML
12 lines
260 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 |