diff options
| author | realtradam <[email protected]> | 2023-01-06 20:52:17 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-01-06 20:52:17 -0500 |
| commit | ec09fb32408868075ea87aca6c216b8667ac6312 (patch) | |
| tree | d784b667d9c60cf4f56a86f09cead35441506712 /book.toml | |
| download | ice_is_nice_dnd_notes-master.tar.gz ice_is_nice_dnd_notes-master.zip | |
Diffstat (limited to 'book.toml')
| -rw-r--r-- | book.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/book.toml b/book.toml new file mode 100644 index 0000000..9053333 --- /dev/null +++ b/book.toml @@ -0,0 +1,20 @@ +[book] +authors = ["realtradam"] +language = "en" +multilingual = false +src = "src" +title = "Ice Is Nice" + +[build] +create-missing = false + +[output.html.fold] +enable = true +level = 1 + +[output.html] +default-theme = "rust" +preferred-dark-theme = "rust" + +[output.html.search] +enable = true |
