diff --git a/README.md b/README.md index 9854ed9..41bc50b 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ with details kept largely the same. ``` -![preview_auto-index-ondesktop](/screenshots/auto-index-desktop-light-dark.png) -![preview_auto-index-on-mobile](/screenshots/auto-index-mobile-dark-light.png) -![preview_error-401](/screenshots/401_dark.png) +![preview_auto-index-ondesktop](https://git.kjao.me/kjao/nginx-fancy-pages/raw/commit/0c895cecb8f6be0c25848f203b2813341c769981/screenshots/auto-index-desktop-light-dark.png) +![preview_auto-index-on-mobile](https://git.kjao.me/kjao/nginx-fancy-pages/raw/commit/0c895cecb8f6be0c25848f203b2813341c769981/screenshots/auto-index-mobile-dark-light.png) +![preview_error-401](https://git.kjao.me/kjao/nginx-fancy-pages/raw/commit/0c895cecb8f6be0c25848f203b2813341c769981/screenshots/401_dark.png) ## Features - Responsive design @@ -32,7 +32,7 @@ with details kept largely the same. ## Install -1. Include content in your location directive, i.e `location / { ... }`, in your nginx config. +1. Copy content in `nginx.conf` into your nginx website config. 2. Move the `fancy-pages` folder to the same folder level as your serving location. For example, if your location directive is `/mydatabase`, the theme should be located `/fancy-pages`. 3. Restart or reload nginx.