This is a repo for my personal publication on github.
You may use information here as you like, as long as you give credit to me and let others improve on your work as well.
Specifically, this work is shared under the license CC-BY-SA-4 https://creativecommons.org/licenses/by-sa/4.0/ .
Locally, where I have drafts, I run
bundle exec jekyll serve --force_polling --livereload --draft --incremental
please also double check that the Github API key is present in a .env-file and that the key has not expired (check settings -> developer settings -> personal access tokens)
One gotcha with assets in assets/posts
where I have all images for the posts is that paths must be lowercase. On my local machine it is case insensitive, but on github pages, it is not.