Open amadeu01 opened 4 years ago
If you are using a fork of this repo, simply pull from it.
git pull origin master
If you built your site with jekyll new
and modified Gemfile
as in the README, you also needs to pull from this repo as the gem was not yet upgraded to include the Darkmode.
git remote add thelehh https://github.com/thelehhman/plainwhite-jekyll.git
git pull thelehh master --allow-unrelated-histories
There could be some conflicts showing up which you need to handle by hand. And after you've done that, git add .
and git commit
. Then you should have all the new tricks on this repo.
I added the
dark_mode: true
flag, but it seems that it didn't work, does this have anything to do with other plugins? Do I need an extra step to properly setup?Am I doing anything wrong ?