Skip to content

weirdgloop/weirdgloop.org

Repository files navigation

weirdgloop.org

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.

How to run locally

  1. Install Jekyll and its prerequisites (see here)
  2. Run bundle install to install dependencies
  3. Run bundle exec jekyll serve to run the site locally

How to build

  1. Run bundle exec jekyll build --url "https://weirdgloop.org/"

License

This repo uses GNU GPLv3, see this file.