I am trying to host my vault on github pages and it seems that the simplest way to do this would be to place a series of links in a README.md file that lead to files/folders within the vault. With a handful of files I could do this manually but as my project grows that will obviously become a huge pain.
Things I have tried
I have tried a few different plugins, all of which successfully created index pages… but only for individual folders. I want a top level index for my entire vault, and I want to be able to name it README.md so that github pages can find it and use it as a landing page.
Interesting! This technically worked - however I have several image files in my vault which I had to manually remove from README.md after using this method. I also notice it did not preserve the folder names and groupings. It works for now but I would still love to find a plug-in or other method that does this a bit better. It would be nice to keep the file updated easily as my project grows.