This is the website of Øresund Space Collective, based on a copy of oresundspacecollective.com
from archive.org.
Install Jekyll. For Debian 12:
sudo apt install build-essential libffi-dev ruby-dev ruby gem
Add this to ~/.bashrc
to allow gem to run for a non-root user.
# Ruby exports
export GEM_HOME=$HOME/gems
export PATH=$HOME/gems/bin:$PATH
cd osc
bundle exec jekyll serve