mirror of
https://github.com/ImplFerris/esp32-book.git
synced 2025-09-24 14:31:13 +00:00
22 lines
437 B
TOML
22 lines
437 B
TOML
[book]
|
|
title = "impl Rust for ESP32"
|
|
authors = []
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/ImplFerris/esp32-book"
|
|
cname = "esp32.implrust.com"
|
|
preferred-dark-theme = "ayu"
|
|
preferred-light-theme = "rust"
|
|
default-theme = "light"
|
|
mathjax-support = true
|
|
|
|
# [output.html.playground]
|
|
# editable = true
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 1 # the depth to start folding
|