Skip to content

Fishdrowned/Nginx-Fancyindex-Theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Theme for Nginx' fancyindex module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.5%
  • CSS 35.2%
  • HTML 3.3%