dzil123 / godot-website

Theme and plugins used in Godot Engine's OctoberCMS instance

Home Page:https://godotengine.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godot Website

This repository contains the theme used by the Godot Engine's OctoberCMS/WinterCMS instance. The theme describes both the styling of the website and the components of its layouts, as well as some of its content.

  • OctoberCMS is the original CMS platform of choice.
  • WinterCMS is the current CMS platform, a fork of October with more active development.

WinterCMS is compatible with OctoberCMS, and uses the same plugin system. This is at least true for the version of the project that we use.

This repository also contains a Docker setup to be used by contributors. It is not used for production.

Contributing

Contributions are always welcome! Godot website, just like Godot engine, is open source.

However, when contributing to the website, it is important to keep in mind that it acts as a public face of Godot organization and community. Thus, substantial changes must be discussed ahead of time. You don't necessarily need to open a formal Godot improvement proposal like you do with engine features, but starting an issue on this repository or joining the discussion on the Godot Contributors Chat is a good idea.

Browser support

When working on new features, keep in mind this website only supports evergreen browsers:

  • Chrome (latest version and N-1 version)
  • Edge (latest version and N-1 version)
  • Firefox (latest version, N-1 version, and latest ESR version)
  • Opera (latest version and N-1 version)
  • Safari (latest version and N-1 version)

Internet Explorer isn't supported.

Dependencies

This project requires the following stack:

  • PHP 7.2+ & Composer 2
  • MySQL/MariaDB
  • OctoberCMS/WinterCMS v1.0.xxx

There are also some linting tools that can be run locally that require Node.js.

Local development setup

This project comes with a Docker setup that can be used to quickly create a network of compatible ready-to-use containers.

Using this setup, you can have a local copy of the project, without the production database. For development purposes, you don't need that database, as the only thing that is specific to production is blog posts, which can be easily recreated if required. Everything else is located in the ./themes/godotengine folder, including all static pages and their content.

To start contributing, please follow this Local development setup guide.

Syntax highlighting

If you use Visual Studio Code, you can install the OctoberCMS Template Language extension to benefit from syntax highlighting in .htm templates.

Resources

  • Join the discussion on Godot Contributors Chat in the #website channel.
  • When working on the theme, please take note of the website stats.

About

Theme and plugins used in Godot Engine's OctoberCMS instance

https://godotengine.org

License:MIT License


Languages

Language:HTML 84.4%Language:CSS 11.1%Language:Shell 2.6%Language:PHP 0.8%Language:Dockerfile 0.5%Language:JavaScript 0.5%