https://github.com/openmage/openmage.github.io
Website code of the OpenMage Organization
https://github.com/openmage/openmage.github.io
Last synced: about 1 year ago
JSON representation
Website code of the OpenMage Organization
- Host: GitHub
- URL: https://github.com/openmage/openmage.github.io
- Owner: OpenMage
- Created: 2018-12-17T19:16:25.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T17:54:22.000Z (over 1 year ago)
- Last Synced: 2025-04-22T02:28:29.514Z (about 1 year ago)
- Language: HTML
- Homepage: https://www.openmage.org/
- Size: 5.35 MB
- Stars: 12
- Watchers: 7
- Forks: 64
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Support: supported-versions.html
Awesome Lists containing this project
README
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](https://pages.github.com/) and [Jekyll](https://jekyllrb.com/). 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).