Search code examples
jekyllgithub-pages

Does minima dark skin work on github pages?


I'm trying to set up a blog via Jekyll and GitHub Pages. To deploy it was not such a big deal, however, in trying to follow the steps described here I only managed to make it display the dark skin locally. Is there a way to deploy it on GithubPages as well? I installed it via

gem "minima", git: "https://github.com/jekyll/minima"

then added the following two lines in _config.yml

minima:
  skin: dark

This is the repo holding the ruby code.


Solution

  • I was using Chrome, and apparently the Clear browsing data in the last hour with Cookies and other site data and Cached images and files checked made the local updates appear live.