OpenMage / OpenMage.github.io

Website code of the OpenMage Organization

Home Page:https://www.openmage.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is the source code for rendering the OpenMage public site at https://www.openmage.org

How to edit / contribute

This project is powered by GitHub Pages and Jekyll. Please refer to those projects for detailed documentation.

The Jekyll app which is used for local development has been Dockerized, so to perform development on a local instance:

  1. Make sure you have Docker and Docker Compose installed
  2. Checkout this repo into a directory on your local machine
  3. Make sure port 4000 is unused
  4. Run the Docker Compose project
cd OpenMage.github.io
docker-compose up -d

See your live modifications via http://127.0.0.1:4000 (or the IP/host of your docker exposed port if you have an uncommon Docker setup).

About

Website code of the OpenMage Organization

https://www.openmage.org/


Languages

Language:HTML 51.8%Language:SCSS 43.8%Language:JavaScript 2.2%Language:CSS 2.1%Language:Dockerfile 0.1%Language:Ruby 0.0%