mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-31 06:37:39 +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]
|
[output.html]
|
||||||
curly-quotes = true
|
curly-quotes = true
|
||||||
additional-js = ["speaker-notes.js"]
|
additional-js = ["theme/speaker-notes.js"]
|
||||||
additional-css = [
|
additional-css = [
|
||||||
"svgbob.css",
|
"theme/css/svgbob.css",
|
||||||
"speaker-notes.css",
|
"theme/css/speaker-notes.css",
|
||||||
"language-picker.css",
|
"theme/css/language-picker.css",
|
||||||
"frontmatter.css",
|
"theme/css/frontmatter.css",
|
||||||
]
|
]
|
||||||
site-url = "/comprehensive-rust/"
|
site-url = "/comprehensive-rust/"
|
||||||
git-repository-url = "https://github.com/google/comprehensive-rust"
|
git-repository-url = "https://github.com/google/comprehensive-rust"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user