I need to display the contents of a directory on GH pages.
I prefer
- Automatically without index.html
- Tool or library for automatically creating index.html
- Any other method
So, if I have FS in my GH Pages repository:
http://github.com/[username]/[username].imtqy.com/:
script/
- app/
- core/
- init.js
- lib/
- Element.animate.js
- Object.overlay.js
- mod/
- anim/
- global/
- carousel/
- carousel.js
- global.js
- ext/
- cfgs.js
index.html
I would like each directory url to be indexed as usual.
http://[username].imtqy.com/script/:
- app/
- lib/
- mod/
- ext/
http://[username].imtqy.com/script/mod/anim/global/:
- carousel/
- global.js
The only thing I can think of is preference # 2, write or find a script to automatically generate index.html from the GitHub Repo page or local Repo on my FS.
source
share