ScrapHacks/notes/book.toml

25 lines
580 B
TOML

[book]
authors = ["Daniel Seiller"]
language = "en"
multilingual = false
src = "src"
title = "Scrapland Reverse Engineering Notes"
[output.html]
preferred-dark-theme = "ayu"
mathjax-support = true
# [preprocessor.graphviz]
# command = "mdbook-graphviz"
[preprocessor.svgbob]
text_width = 8.0
text_height = 16.0
class = "bob"
font_family = "arial"
font_size = 14.0
stroke_width = 2.0
# there's using css-variables from theme:
stroke_color = "var(--fg)" # see default theme / variables.css
background_color = "transparent" # also useful `var(--bg)`
# all properties are optional.