So I\'m creating a GitHub Pages site to list all of the Gifs in my jglovier/gifs repo. GH Pages runs only static HTML/CSS/JS or Jekyll, so I cannot use an apache directory listi
I know it said to use a shell script, but why not use Jekyll to do it. Github pages automatically builds the jekyll site on every commit, so you can set it up and forget about it.
---
---
Index of /
Index of /
{% for url in site.static_files %}
- {{ url.path | escape }}
{% endfor %}
---
---
Index of ./