Cryptonotes

book.toml

[book]
authors = ["erhant"]
language = "en"
multilingual = false
src = "content"
title = "Cryptonotes"
description = "My notes related to cryptography & zero-knowledge proofs."

# uses KaTeX instead of MathJax, much better interop
[preprocessor.katex]
after = ["links"]

# converts mermaid drawings to SVG
[preprocessor.mermaid]
command = "mdbook-mermaid"

# generate table of contents
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]

[output]

[output.html]
additional-css = ["./utilities/custom.css"]
additional-js = ["./utilities/mermaid.min.js", "./utilities/mermaid-init.js"]
git-repository-url = "https://github.com/erhant/crypto-notes"
git-repository-icon = "fa-github-alt"
no-section-label = true
default-theme = "rust"
preferred-dark-theme = "navy"