Note
This repo holds the old website to CompSoc. Check the 2024 repo.
This is CompSoc Edinburgh's website, built by SIG: Web.
It uses Jekyll. It also works nicely with Docker.
If you use Linux or macOS, run docker-run.sh
. It will automatically build, server, and watch the directory for changes. It will listen on port 4000.
If you're on Windows, please contribute some instructions. You'll hopefully be able to read docker-run.sh
and adapt the commands to play nice with docker-machine, or native Docker if that's your thing.
If you have bundler
installed, type:
bundle
, to install the Gemfile packagesbundle exec jekyll serve
to host a local server that will watch the directory for changes