Added images to README

This commit is contained in:
Kenneth Jao 2024-10-23 22:27:43 -04:00
parent 0c895cecb8
commit c47270a860

View File

@ -13,9 +13,9 @@ with details kept largely the same.
``` ```
![preview_auto-index-ondesktop](/screenshots/auto-index-desktop-light-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](/screenshots/auto-index-mobile-dark-light.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](/screenshots/401_dark.png) ![preview_error-401](https://git.kjao.me/kjao/nginx-fancy-pages/raw/commit/0c895cecb8f6be0c25848f203b2813341c769981/screenshots/401_dark.png)
## Features ## Features
- Responsive design - Responsive design
@ -32,7 +32,7 @@ with details kept largely the same.
## Install ## 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, 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`. if your location directive is `/mydatabase`, the theme should be located `/fancy-pages`.
3. Restart or reload nginx. 3. Restart or reload nginx.