https://github.com/zneix/fancy-index-dark
Custom theme for nginx's fancyindex with dark style
https://github.com/zneix/fancy-index-dark
Last synced: 18 days ago
JSON representation
Custom theme for nginx's fancyindex with dark style
- Host: GitHub
- URL: https://github.com/zneix/fancy-index-dark
- Owner: zneix
- Created: 2021-04-07T15:10:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T15:45:43.000Z (over 5 years ago)
- Last Synced: 2026-01-16T19:25:40.591Z (6 months ago)
- Language: CSS
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
in your `location` directive in nginx config add the following for fancy darkmode:
```nginx
location / {
fancyindex on;
fancyindex_css_href "https://cdn.zneix.eu/fancy-index-dark/dark.css";
}
```