Hello, intrepid steward, custodian, or curator of Mule Gallery. I welcome you. If you are here, the task of updating the Internet Web Site has fallen to you. This trial, once terrible to behold, has been streamlined as of late, and I, the README, humbly present myself as your guide. Read on, my stalwart charge!
At any given time, the Mule Gallery site has information on the current show, and the upcoming show. Information for each show is pulled from a file in the _shows/
directory. Click that folder, click the file you want to update, and click the ✏️ button to edit the show information. Most fields take a simple and mostly self-explanatory bit of text enclosed in quotes. The show description can be rather longer and is written in Markdown.
Go to the images/
folder and click "Upload files". It's that easy!
Add a .md
file in the _events/
directory. They should look like this:
---
title: ""
link: ""
datetime: ""
order: 1
---
The events are ordered on the site using numbers in the "order" line. So if you want an event to show up before all others, you would type 1, second would be 2, etc. You know how to count. Events without a link will show up juuust fine, but all the other fields are mandatory. When an event is over, you can just delete the event file to take it off the site.
Ask somebody? I dunno.