GitHub Pages (Jekyll) installation on Windows 7x64
Main install
- Install Ruby 2.4.3 via RubyInstaller (not 2.5, conflicts with things later)
- Let it install MSYS2 or do it yourself.
gem install bundler
gem install github-pages
(this includesjekyll
itself and is where things break most)jekyll -v
(3.6.2
at the time of writing, a little behind latest3.7
)jekyll new myblog
- Edit
myblog/Gemfile
to comment outjekyll
line and uncommentgithub-pages
line.