/jekyll-sandbox

A sandbox for jekyll blogging

Primary LanguageRuby

Philou's Blog

Notes

To avoid "No GitHub API authentication" error

The solution is here As suggested, I ended up creating a github token and putting it in _preview.sh :

#!/bin/sh

export JEKYLL_GITHUB_TOKEN=XXX
./_serve.sh

A token with only repo-read and notifications accesses seem to fix the issue.