This is the source to my website lyndon.codes
It is built using Jekyll and Poole.
Make sure you have Ruby 3.4.9 installed along with Gem.
See: https://jekyllrb.com/docs/
gem install jekyll bundler
bundle installThen you can run locally using:
bundle exec jekyll serve or bundle exec jekyll serve --watch to see changes
live.
I have been using rvm to manage the Ruby version.
This is deployed to both GitHub pages and DigitalOcean.