1
0
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:
Hatim Nalawala 2023-09-21 14:30:27 +05:30 committed by GitHub
parent 4815264e2d
commit cc0a78ed9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 5 deletions

View File

@ -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"