An open API service indexing awesome lists of open source software.

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

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";
}
```