Website don't fetch new repos
Hey gitches, as mentionned by @mischah, it seems the website doesn't fetch the repos anymore.
@dervondenbergen @Haroenv Is the Front-page file ok ?
I just looked, and the page looks fine for me.
What do you mean by "the page" ? Do you see "Blah-code" on www.bullg.it ?
Oh, you're right, weird.
Maybe it has something to do with repo settings?!?
Or is this cached somewhere? Maybe the Jekyll site needs to be regenerated?
@bullgit/gitches
With pushing just a little something (8b45067) to master the repos are updated.
So repos aren’t fetched automatically :cry:
This could be a good motivation to enhance the site :laughing:
I just sent a support message to GitHub, as there should be a way to rebuild a Jekyll site, without having to change some file.
Thanks for taking care :kissing_heart:
I think jekyll-github-metadata isn't the very newest data. I'll open up an issue there too (https://github.com/jekyll/github-metadata/issues/25)
Possible fix: make a node/whatever service that runs on the uberspace and will update a random file (update_this.txt) every time a new repository is made? @dervondenbergen
@Haroenv there a github webhook which is triggered on every new created repository
A simple node service somewhere that commit to this repo every time a new repository is created should do the trick, i think ?
Yeah, that was what I was thinking of too