Hi, welcome to the code of my site.
To set-up, go to: https://jekyllrb.com/docs/
With Windows installation, I had to do: https://jekyllrb.com/docs/installation/windows/
Now, the command 'bundle exec jekyll serve' in the 'Elmore.github.io'-repository folder should work. However, it didn't, so I needed to do the following things:
- Change the Gemfile to uncomment the github-pages comment\
- And comment the jekyll version statement
- Delete/rename the Gemfile.lock to e.g. Gemfile_old.lock
- Run 'bundle install'
- Run 'bundle add webrick'
Now we can run hello
bundle exec jekyll serve