Update README about membership info

This commit is contained in:
2024-02-10 21:36:24 +00:00
parent 76466b7054
commit 0166bb691d

View File

@@ -29,4 +29,12 @@ Branches are automatically deployed to [https://web-test.leighhack.org](https://
* Run `hugo new blog/<year>/name-of-post/index.md`, and a new file will be created in the right folder.
* Update the `author` and `author_email` values
* Add a `subtitle`
* Run Dev Mode (above), or `make serve` and view your post.
* Run Dev Mode (above), or `make serve` and view your post.
### Updating Membership Plans
The membership plan data is held in a YAML file, this is used by the Hackspace API and other tools as well.
* Edit [data/memberships.yaml](data/memberships.yaml), follow the format of existing entries.
* Links are standard URIs and can support any of the normal formats (mailto:, etc).