How to create a blog (Like this one.. Literally!)
Step by step guide to build a Jekyll site At the time of writing this article, I was using : macOS Mojave 10.14.6 Ruby vXXX Reference articles : https://jekyllrb.com/docs/installation/macos/{:target="_blank"} https://medium.com/@hisa_py/jekyll-with-asdf-ruby-fix-ruby-ffi-loaderror-on-macos-high-sierra-c302f0567e9b{:target="_blank"} https://botsplash.com/blog/migrating-from-medium-to-jekyll-and-netlify-cms.html{:target="_blank"} https://mmistakes.github.io/minimal-mistakes/docs/configuration/{:target="_blank"} https://dev.to/trentyang/how-to-setup-google-domain-for-github-pages-1p58{:target="_blank"} https://help.github.com/en/articles/troubleshooting-custom-domains{:target="_blank"} https://jekyllrb.com/docs/configuration/options/{:target="_blank"} https://didecentral.com/contributors-guide/site-config/#changing-the-font-size{:target="_blank"} Hotjar website tracking https://mycyberuniverse.com/add-hotjar-tracking-to-jekyll-website.html{:target="_blank"} Jekyll theme https://rubygems.org/search?utf8=%E2%9C%93&query=jekyll-theme{:target="_blank"} Adding Dark mode (auto) : https://derekkedziora.com/blog/dark-mode-revisited{:target="_blank"} Tip : I also cloned Derek’s repo and played around running locally on my machine https://github.com/derekkedziora/derekkedziora.com{:target="_blank"} https://derekkedziora.com/blog/dark-mode{:target="_blank"} https://talk.jekyllrb.com/t/night-mode-plugin/428{:target="_blank"} Adding Search bar :...