diff --git a/book.toml b/book.toml index 4c705565..536a7613 100644 --- a/book.toml +++ b/book.toml @@ -11,6 +11,10 @@ command = "./build.bash" [build] extra-watch-dirs = ["blacksmith/src"] +[output.html.fold] +enable = true +level = 0 + [output.html] additional-js = ["js/moment.min.js", "js/index.js"] additional-css = ["css/style.css"]