gouravkhunger / portfolio

My portfolio website
https://gourav.sh
MIT License
27 stars 5 forks source link

Fix white flicker when page loads #4

Open gouravkhunger opened 1 year ago

gouravkhunger commented 1 year ago

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.

itech0307 commented 1 month 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

gouravkhunger commented 1 month ago

Hey @itech0307 Please create a new issue as these are not related.