How to add your community
If you need any help you can contact Steph Varley who will set you up a community page on your behalf.
- Create a new page.
- Add the
communitytag to the frontmatter (<!--- --->) at the top:
<!---
tags: community
--->
Our community is for ...
## How to join
You can join by ...
- Save the page, it will now automatically deploy to the website.
Options
| Option | What | Default |
|---|---|---|
| label | Short hand name | Page title |
| description | Explains who the community is for | No description |
| backgroundColor | Background colour | Link color or Blue |
| color | Text colour | White |
| image | Background image | No image |
Set options in the comment block at the top:
<!---
tags: community
color: "#BADA55"
--->
Pick colours that have good contrast so they are readable.
Back to top