https://idratherbewriting.com/documentation-theme-jekyll/mydoc_install_jekyll_on_windows.html#install-bundler

https://jayrobwilliams.com/posts/2020/06/academic-website/

source "https://rubygems.org"

gem 'wdm'
gem 'jekyll'
#gem 'tzinfo'
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
gem 'jekyll-paginate'
gem 'jekyll-sitemap'
gem 'jekyll-gist'
gem 'jekyll-feed'
gem 'jekyll-redirect-from'

How to run :

bundle exec jekyll serve