How to Enable Directory Indexing on GitHub Pages
If you want a dynamic index that doesn’t require any updating the only method I’ve found is by generating it client side with the github contents api. Here is a simple example that creates links to files in the top level directory of your project. If you want to support subdirectories using this method you … Read more