diff options
| author | Bradley Taunt <git@btxx.org> | 2026-09-04 08:31:52 -0400 |
|---|---|---|
| committer | Bradley Taunt <git@btxx.org> | 2026-09-04 08:31:52 -0400 |
| commit | 6100d03d69cf55eac1d2410b89d0fc4872745628 (patch) | |
| tree | be34dacd5cad5cc12d4dad2702ed13bea3096617 | |
| parent | 97fa8a113bc574912871142f9ce6a77454543953 (diff) | |
Further details added to explain submissions
| -rw-r--r-- | submit.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -25,7 +25,8 @@ Any websites suspected of being fully LLM-based or AI-generated will **not be pe  -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 |
