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
/// Specify a theme directory to copy recursively.
///
/// The files will be copied to the `theme/` in the output
/// directory.
#[clap(long)]
pubtheme:Option<String>,
You just start to create your theme with following steps:
copy the default theme, themes/mdbook, to other place, and edit the styles and content files inside.
pass the path to the theme to the shiroa CLI.
Note since we haven't stablized any things/styles/interfaces on making a theme, so it may be broken in future (but we'll improve the stability in future).
mdbook theme is pretty standarized, maybe adding more themes is a cool option. (I'm interested to make one)
The text was updated successfully, but these errors were encountered: