mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-22 21:53:06 +02:00
ee36ae318f
The idea is that this will help us make better slides: we can see at a glance when the slide becomes too full.
45 lines
983 B
TOML
45 lines
983 B
TOML
[book]
|
|
authors = ["Martin Geisler"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Comprehensive Rust 🦀"
|
|
|
|
[rust]
|
|
edition = "2021"
|
|
|
|
[build]
|
|
extra-watch-dirs = ["po"]
|
|
|
|
[preprocessor.links]
|
|
renderers = ["html"]
|
|
|
|
[preprocessor.index]
|
|
renderers = ["html"]
|
|
|
|
[preprocessor.svgbob]
|
|
renderers = ["html"]
|
|
class = "bob"
|
|
|
|
# Enable this preprocessor to overlay a large red rectangle on the
|
|
# pages. This will show you an estimate of what the course
|
|
# participants can see during the presentation.
|
|
#
|
|
# [preprocessor.aspect-ratio-helper]
|
|
# command = "./aspect-ratio-helper.py"
|
|
|
|
[output.html]
|
|
curly-quotes = true
|
|
additional-js = ["ga4.js", "speaker-notes.js"]
|
|
additional-css = ["svgbob.css", "speaker-notes.css"]
|
|
site-url = "/comprehensive-rust/"
|
|
git-repository-url = "https://github.com/google/comprehensive-rust"
|
|
edit-url-template = "https://github.com/google/comprehensive-rust/edit/main/{path}"
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 0
|
|
|
|
[output.html.playground]
|
|
editable = true
|