Used to style Nginx fancy-index pages.
To run in development:
npm install
./tailwind.sh
and open index.html
in your browser.
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.