This is our Engineering blog, built using Jekyll + GitHub pages, currently using the 'Minima' theme as a gem-based theme.
- Follow jekyll-installation to ensure you have Ruby, Jekyll and Bundler.
- Run
bundle install
The repository contains a .tool-versions
file, so you can also manage your Ruby version via e.g., asdf or similar.
- Run
bundle exec jekyll serve
to serve the site locally. It will run in watch mode and pick up most changes you make.