How to set up jekyll
Following the instructions from github..
https://github.com/GfSE/SAF-Test-Pages/actions/new
https://rubyinstaller.org/downloads/
https://jekyllrb.com/docs/installation/windows/
From the vscode terminal
- gem install jekyll bundler
- jekyll -v
- mkdir docs
- cd docs
- jekyll new --skip-bundle .