Open gouravkhunger opened 1 year ago
Hello, I am having problem with launching the program. I am stuck at "bundle exec jekyll serve" step because terminal only responds _D:\My Porfolio\portfolio>bundle exec jekyll serve Configuration file: D:/My Porfolio/portfolio/config.yml although I have installed all the libraries and related packages, the problem still persists. Can you help me? Thanks a lot
Hey @itech0307 Please create a new issue as these are not related.
There is a white flicker when the page is expected to be in dark mode during first loaded, or a hard reload. This is because the scripts for triggering the dark mode load after the css styles and content.
A fix could be to introduce a minor render blocking script in the
<head>
tag which evaluates color scheme before rendering content.