diff options
| -rw-r--r-- | .builds/format.yml (renamed from .build.yml) | 7 | ||||
| -rw-r--r-- | _posts/2026-04-01-four-years.md | 4 | ||||
| -rw-r--r-- | hall-of-fame.md | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/.build.yml b/.builds/format.yml index 6bd2510..39cede9 100644 --- a/.build.yml +++ b/.builds/format.yml @@ -7,6 +7,11 @@ secrets: - 232c738f-79b2-4296-bd8e-e9eff01bae60 sources: - https://git.sr.ht/~bt/1mb-club +submitter: + git.sr.ht: + enabled: true + allow-refs: + - refs/heads/master tasks: - format-sites: | cd 1mb-club @@ -18,4 +23,4 @@ tasks: ssh-keyscan git.sr.ht >> ~/.ssh/known_hosts yq --inplace 'sort_by(.domain)' _data/sites.yml sed -i '1!s/- domain:/\n- domain:/g' _data/sites.yml - git diff --quiet || git commit -am "Fix formatting" && git push origin master
\ No newline at end of file + git diff --quiet || (git commit -am "Fix formatting" && git push origin master)
\ No newline at end of file diff --git a/_posts/2026-04-01-four-years.md b/_posts/2026-04-01-four-years.md index 8a03874..fd8d054 100644 --- a/_posts/2026-04-01-four-years.md +++ b/_posts/2026-04-01-four-years.md @@ -1,10 +1,10 @@ --- -title: "Four Years and Over 800 Websites Later" +title: "Four More Years and Over 800 Websites Later" layout: post summary: "Reflecting on running 1MB Club for 4 years" --- -This project has been up and running for **4 years**. Okay, it's technically only been 3 years and 9 months but I like to round up. That sounds long in the world of the ever-changing internet, but it feels like only months ago I launched this project... Where does all the time go? +This project has been up and running for **6 years**. Okay, it's technically only been 5 years and 9 months but I like to round up. That sounds long in the world of the ever-changing internet, but it feels like only months ago I launched this project... Where does all the time go? I figured I would take this time to say thank you to everyone who has added their wonderful website(s) to the club and reflect on this passage of time, similar to what I did in my previous post: [Two Years and Over 700 Websites Later](https://1mb.club/blog/reflection/). diff --git a/hall-of-fame.md b/hall-of-fame.md index 5ba75fb..8f4fe17 100644 --- a/hall-of-fame.md +++ b/hall-of-fame.md @@ -6,9 +6,9 @@ permalink: "hall-of-fame/" ## Join the Hall of Fame -Help out the 1MB Club by contributing directly to **hosting costs and domain renewals**. In return, you can become a *Hall of Fame* member! +Help out the 1MB Club by contributing to **hosting costs and domain renewals**. In return, you can become a *Hall of Fame* member! -[Contribute directly to the NearlyFreeSpeech account](https://www.nearlyfreespeech.net/contribute/1mb.club) +[Contribute domain renewal and hosting costs](https://buymeacoffee.com/wqtmtn7ir) (Be sure to mention your website URL when donating!) ## What You Get in Return |
