aboutsummaryrefslogtreecommitdiffhomepage
path: root/submit.md
diff options
context:
space:
mode:
authorNoelle Leigh <noelle_leigh@fastmail.com>2025-05-18 17:21:32 -0400
committerBradley Taunt <bt@btxx.org>2025-05-30 08:21:40 -0400
commitd503d690272919e834f3eddec6b3e45bb279f78d (patch)
tree397edcd5acc68fa2688cf392869a1e5b457d6fd5 /submit.md
parentd5bfe7ea3d68dc0b8fafc424f31e71abcfb34c3c (diff)
Add unit, YAML highlighting to submit.md
- The instructions now specify that the `size` value is in kilobytes. - Also indicated the language of the sample code block for potential syntax highlighting.
Diffstat (limited to 'submit.md')
-rw-r--r--submit.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/submit.md b/submit.md
index f462acc..409e141 100644
--- a/submit.md
+++ b/submit.md
@@ -32,9 +32,9 @@ The main project repo can be found [here](https://git.sr.ht/~bt/1mb-club).
The format of your newly added web page should be as follows:
- Name the file as `yourdomain.com.md` (make note of the Markdown extension!)
-- The inner content should be set like the format below (page size set to a **single decimal place**):
+- The inner content should be set like the format below (page size in kilobytes, set to a **single decimal place**):
-```
+```yaml
---
pageurl: yourdomain.com
size: 8.2
@@ -44,4 +44,3 @@ size: 8.2
## Bugs
If you come across any bugs or incorrect web page listings on this site, please [submit a ticket](https://todo.sr.ht/~bt/1mb-club-bugs) for that as well! Please **do not** use tickets to submit websites! Thank you.
-