This is the source for my website at www.streamhead.com.
For Windows, I have found that scoop is a handy tool:
scoop install ruby
scoop install msys2
msys2
exit
ridk install
Now you can install Jekyll and Bundler
gem install jekyll bundler
From time to time, there will be enough security warnings that you will want to upgrade the Github pages gem:
bundle update github-pages
bundle install
bundle exec jekyll serve
Todo: Explain drafts Add info re IFTTT trigger for scheduled post