1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
[book]
authors = ["mfontanini"]
language = "en"
multilingual = false
src = "src"
title = "presenterm documentation"
[preprocessor]
[preprocessor.alerts]
[output]
[output.html]
git-repository-url = "https://github.com/mfontanini/presenterm"
default-theme = "navy"
[output.html.redirect]
# Redirects for broken links after 02/02/2025 restructuring.
"/guides/basics.html" = "../features/introduction.html"
"/guides/installation.html" = "../install.html"
"/guides/code-highlight.html" = "../features/code/highlighting.html"
"/guides/mermaid.html" = "../features/code/mermaid.html"
# Redirects for HTML export changes on 05/17/2025.
"/features/pdf-export.html" = "exports.html"
|