summerofcode / gsoc-orgs

Google Summer of Code organisation listing
https://soc-orgs.netlify.com/
3 stars 3 forks source link

GitHub Pages compatibility #9

Open jayvdb opened 6 years ago

jayvdb commented 6 years ago

The orgs on https://github.com/gsocindonesia/gsoc-orgs/ are not rendered because GitHub Pages doesnt use custom Jekyll plugins.

https://github.com/jekyll/jekyll/issues/5207 is the upstream jekyll enhancement request which could resolve this.

Also a build process on Travis CI which pushes the generated html to a GitHub branch would also work. (the https://github.com/coala/gci-leaders repo can be used as an example)

Note: Replacing the jekyll plugin with complicated liquid templates is not an valid approach.