This repository contains the source code that is used to build the Weird Gloop website. The site is built using Jekyll, which means that editing and creating pages on the site is as simple as changing Markdown files. The configuration for the site is stored in _config.yml
.
Commits pushed to the master
branch are deployed using GitHub Pages, available at https://weirdgloop.org.
- Install Jekyll and its prerequisites (see here)
- Run
bundle install
to install dependencies - Run
bundle exec jekyll serve
to run the site locally
- Run
bundle exec jekyll build --url "https://weirdgloop.org/"
This repo uses GNU GPLv3, see this file.