This is the repository for the Papa Game Dev website. It uses Jekyll, a static pages generator.
Reminder for myself on how to locally install and deploy:
- Get the repo
- Install Ubuntu / wsl2 in Windows (or use Linux)
- Install Ruby and Ruby-dev (latest 3.x worked fine)
sudo apt-get install ruby-dev build-essential dh-autoreconf
- Update ruby gems
sudo gem update
- Install Jekyll and Bundler:
gem install jekyll bundler
- Install the packages in the project:
bundle install
- Generate pages and test locally:
bundle exec jekyll serve