Nginx fancyindex theme built using modern toolchain
(I'm too lazy to find a image for preview purpose, but the broken image icon also demonstrated it can show multimedia file, so... )
| Main | Info |
|---|---|
![]() |
![]() |
deno run build
deno run split
Copy dist/.fancyindex to the root folder of your target nginx server block, then add the following configuration lines to the same server block:
fancyindex on;
fancyindex_header "/.fancyindex/header.html";
fancyindex_footer "/.fancyindex/footer.html";
To tweak other fancyindex options, refer to upstream documentation for help.

