Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 711 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 711 Bytes

Tailwind based theme for Nginx fancy-index

Used to style Nginx fancy-index pages.

Development

To run in development:

npm install
./tailwind.sh

and open index.html in your browser.

Deploying

The HEADER and FOOTER sections can be found in index.html and should be copied to their own files to deploy.

Upload the HEADER, FOOTER and compiled.css to the server and set the fancyindex_css_href, fancyindex_footer and fancyindex_header directives as described in the fancy-index docs

Note that there probably are small differences in imports between your server and local development.