Prerequisites
The Ruby programming language and its package manager Bundler.
Nice installation guides for the different operating systems can be found at the Rails Girls Website. You can stop right before installing Rails, because we do not depend on Ruby on Rails here.
You can check if you succeeded by entering
$ ruby -v
$ gem -vat the command prompt. Both commands should return a Ruby version greater or equal 3.0 (the theme
gem jekyll-octopod-bulma requires at
least this). The project itself is developed and tested against Ruby 4.0.6, see its
.tool-versions.
Continue reading with Installation.