A new theme
I always like the look of a simple blog, where everything is minimal and up to the point. One of the reasons maybe because I suck at designing, including web design. I prefer to write code and be stuck in some algorithms than have to design a website using sketch.
That why I used this ronv/gray theme for my Jekyll blog. However, I want it to also feel personal. So I modified the theme a bit and come up with the current looks.
The theme got a little gimmick where when the user set the OS to dark mode the website will be dark and vice versa. This effect is create by using this media query
@media (prefers-color-scheme: dark) {
}
You can read about this media query more on css-tricks or take a look at this site code