From 0166bb691d0b47eef56bdb3e81fa74ecef315815 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 10 Feb 2024 21:36:24 +0000 Subject: [PATCH] Update README about membership info --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2df75f..2713df6 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,12 @@ Branches are automatically deployed to [https://web-test.leighhack.org](https:// * Run `hugo new blog//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. \ No newline at end of file +* 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). + \ No newline at end of file