/Nginx-Fancyindex-Theme

Theme for Nginx' fancyindex module

Primary LanguageJavaScript

NGINX FancyIndex Theme

A prettier theme for nginx's fancyindex module, bundled with strapdown.js markdown renderer.

Original README

Usage

  • Install nginx with the fancyindex module
  • Clone this repository to your web root with directory .fancy, e.g.:
    git clone https://github.com/Fishdrowned/Nginx-Fancyindex-Theme.git /srv/http/.fancy/
  • Include fancyindex.conf with full path in nginx server config, e.g.:
    server {
        ...
        include /srv/http/.fancy/fancyindex.conf;
        ...
    }
  • Restart nginx

Screenshots

  • PC View
    Image1

  • Mobile view
    Image1

  • Markdown renderer
    Image1