From 6100d03d69cf55eac1d2410b89d0fc4872745628 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 4 Sep 2026 08:31:52 -0400 Subject: Further details added to explain submissions --- submit.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'submit.md') diff --git a/submit.md b/submit.md index 2f1b675..043a01d 100644 --- a/submit.md +++ b/submit.md @@ -25,7 +25,8 @@ Any websites suspected of being fully LLM-based or AI-generated will **not be pe ![Firefox's network tab showing total website size](/public/images/submit-screenshot.png) -1. Check your website's *total* size (not transferred!) using Firefox's Network tab (make sure you have `cache` disabled and reload if necessary) +1. Check your website's *total* size (not transferred!) using Firefox's Network tab. + - Make sure you have `cache` disabled and ensure all resources have loaded. You might need to scroll the entire page if any assets are loaded in dynamically. 2. If your site satisfies this requirement, add it to the existing `_data/sites.yml` file (following the same format as other members) and [open a PR](https://codeberg.org/btxx/1mb-club) or [submit a patch via email](https://lists.sr.ht/~bt/1mb-club-devel) (if that's your jam) 3. I will then review your patch and merge it into master. Once merged, your site will be added to the list. @@ -37,7 +38,7 @@ If you have never submitted a patch with git email, take a look at this very hel Otherwise, feel free to simply [open a PR on Codeberg](https://codeberg.org/btxx/1mb-club). -The format of your newly added web page should be as follows: +The format of your newly added web page should be as follows (take note of the single decimal place!): ```yaml - domain: your-cool-domain.com -- cgit v1.3.1