-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create browsable web page #1
Comments
Actually, I can throw something together, using the GitHub API and a simple |
A couple of my ideas:
Hey let's not make our lifes too complicated, I just saw that Jekyll supports iteration of static files builtin without the need of any plugins :) {% for image in site.static_files %}
{% if image.path contains 'images' %}
<img src="{{ site.baseurl }}{{ image.path }}" alt="image" />
{% endif %}
{% endfor %} http://stackoverflow.com/questions/17677094/jekyll-for-loop-over-all-images-in-a-folder |
btw it's great to hear from other D-man enthusiasts :) |
I like your ideas. I don't have any experience with Jekyll, but I'd imagine it's probably not very difficult.
The GitHub API is actually pretty straight-forward. |
That's pretty neat, actually. I don't think it needs any improvement. I'm a terrible designed, so I can't help you there, sorry. |
Automatically generated Github Pages or another visualization format
for convenient browsing.
Ideas are welcome ;-)
The text was updated successfully, but these errors were encountered: