Welcome to the sources of my blog. Feel free to clone this for your own Jekyll blog.
The following command builds the site and runs it on https://localhost:4000/
run-site.ps1
Alternatively, via WSL2 in Windows fire up Ubuntu and run the following commands when in the blog dir
\curl -sSL https://get.rvm.io | bash -s stable --ruby
gem install bundler
bundle install
jekyll serve