mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Store Patreon plugin inside the repository
This removes the need to initialize a (broken) submodule URL to get a local copy of the website running. The plugin was cloned from https://github.com/pcvonz/oc-patreongoalstatus-plugin (commit 5d685ddc9bbb522d668f7906185f24b1319da3b3).
This commit is contained in:
@@ -45,11 +45,11 @@ You can use the standard `docker exec -it godotengine-org--[php|mariadb] [comman
|
||||
### Setting up the theme
|
||||
|
||||
- Log into the October backend and change the frontend theme from the Settings tab.
|
||||
- You may need to install the [October Patreon](https://github.com/pcvonz/oc-patreongoalstatus-plugin) plugin.
|
||||
- While examining the frontpage, you'll notice that nothing is styled; this is
|
||||
because we need to compile the CSS from our SCSS. Make sure you have Node.js
|
||||
installed.
|
||||
- Change directory into `themes/godotengine` then run `yarn install && yarn build`.
|
||||
- Change directory into `plugins/paulvonzimmerman/patreon` then run `composer install`.
|
||||
- You should now have approximately what's in production. The only missing
|
||||
pieces are everything that's stored in the production database
|
||||
(devblog entries and featured games).
|
||||
|
||||
Reference in New Issue
Block a user