You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm trying to customize the Ayu theme, add additional fonts, and update the favicon on my mdbook instance.
However, it seems that the files aren't copied in place, and instead mdbook just spawns the default fonts and CSS files.
I made this with mdbook init --theme, and then subsequently I'm trying to change files inside.
Not even changing the favicon results in a change, but rather the output directory contains stock files, let alone
changing something in the CSS files.
theme = "ayu" specifies the folder where the theme is located. This overrides the default of "theme". There probably should be an error or warning if it doesn't exist.
Hi. I'm trying to customize the Ayu theme, add additional fonts, and update the favicon on my mdbook instance.
However, it seems that the files aren't copied in place, and instead mdbook just spawns the default fonts and CSS files.
My directory structure looks like this:
I made this with
mdbook init --theme
, and then subsequently I'm trying to change files inside.Not even changing the favicon results in a change, but rather the output directory contains stock files, let alone
changing something in the CSS files.
My
book.toml
:I'm building the book with
mdbook build
and viewing the HTML files with Firefox.Does anyone know what I'm doing wrong here?
The text was updated successfully, but these errors were encountered: