diff --git a/README.md b/README.md index 1287c3d..a25a210 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,8 @@ To generate the static HTML pages, use `cargo run -- --base-url --rew `` should be replaced with the browser-accessible URL of the ``. `--rewrite-root` is used to convert the image paths in the metadata files to the corresponding browser URL. Once the command has completed, you can copy the contents of the output directory to your webserver, to allow the library to easily be browsed. + +## Screenshots + +![](docs/series-view.png) +![](docs/season-view.png) diff --git a/docs/season-view.png b/docs/season-view.png new file mode 100644 index 0000000..f1b01a4 Binary files /dev/null and b/docs/season-view.png differ diff --git a/docs/series-view.png b/docs/series-view.png new file mode 100644 index 0000000..6d1f7a9 Binary files /dev/null and b/docs/series-view.png differ