diff --git a/mdbook/book.toml b/mdbook/book.toml index 235f114a9..d00683e22 100644 --- a/mdbook/book.toml +++ b/mdbook/book.toml @@ -1,6 +1,11 @@ [book] authors = ["John Davidson"] +description = "Minimal Linux Live - guidebook" language = "en" multilingual = false src = "src" title = "Minimal Linux Live" + +[output.html] +default-theme = "rust" + diff --git a/mdbook/book/00_clean.html b/mdbook/book/00_clean.html index 4810ed2da..305775d25 100644 --- a/mdbook/book/00_clean.html +++ b/mdbook/book/00_clean.html @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -48,7 +48,7 @@ @@ -74,7 +74,7 @@ if (theme === null || theme === undefined) { theme = default_theme; } var html = document.querySelector('html'); html.classList.remove('no-js') - html.classList.remove('light') + html.classList.remove('rust') html.classList.add(theme); html.classList.add('js'); @@ -93,7 +93,7 @@ @@ -112,8 +112,8 @@