mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-11-28 18:11:07 +02:00
Move CSS files into theme/
folder (#1229)
Hi all, This PR fixes https://github.com/google/comprehensive-rust/issues/1226: * Moved CSS files to `theme/css` * Moved speaker-notes.js to `theme/` * Updated paths in book.toml
This commit is contained in:
parent
4815264e2d
commit
cc0a78ed9a
10
book.toml
10
book.toml
@ -29,12 +29,12 @@ class = "bob"
|
||||
|
||||
[output.html]
|
||||
curly-quotes = true
|
||||
additional-js = ["speaker-notes.js"]
|
||||
additional-js = ["theme/speaker-notes.js"]
|
||||
additional-css = [
|
||||
"svgbob.css",
|
||||
"speaker-notes.css",
|
||||
"language-picker.css",
|
||||
"frontmatter.css",
|
||||
"theme/css/svgbob.css",
|
||||
"theme/css/speaker-notes.css",
|
||||
"theme/css/language-picker.css",
|
||||
"theme/css/frontmatter.css",
|
||||
]
|
||||
site-url = "/comprehensive-rust/"
|
||||
git-repository-url = "https://github.com/google/comprehensive-rust"
|
||||
|
Loading…
Reference in New Issue
Block a user