reveal-md icon indicating copy to clipboard operation
reveal-md copied to clipboard

When generating static website custom `theme` does not match `--assets-dir=example-dir`

Open faebebin opened this issue 1 year ago • 0 comments

example - this does now work: reveal-md my-slides --static=web --theme=example-dir/my-theme.css --assets-dir=example-dir

When using custom theme and --assets-dir together they do not match in the generated html. In index html the css import still points to href=/_assets/example_dir/my-theme.css and returns 404 becuase the file is now at example-dir/my-theme.css

faebebin avatar Jun 14 '24 12:06 faebebin