mirror of
https://github.com/danbulant/notes
synced 2026-05-19 04:18:49 +00:00
22 lines
No EOL
459 B
TOML
22 lines
No EOL
459 B
TOML
[book]
|
|
authors = ["Daniel Bulant"]
|
|
language = "cs"
|
|
multilingual = false
|
|
src = "notes"
|
|
title = "Poznámky"
|
|
|
|
[build]
|
|
build-dir = "html"
|
|
create-missing = true
|
|
use-default-preprocessors = true
|
|
|
|
[output.html]
|
|
default-theme = "navy"
|
|
curly-quotes = true
|
|
git-repository-url = "https://github.com/danbulant/notes"
|
|
edit-url-template = "https://github.com/danbulant/notes/edit/main/{path}"
|
|
no-section-label = true
|
|
input-404 = ".404.md"
|
|
|
|
[output.html.fold]
|
|
enabled = true |