From c9e4bd01a64dc99943dc3479858d0c0bd8063a27 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 9 Apr 2026 08:46:14 -0400 Subject: Restructure builds folder, minor link changes for HOF --- .build.yml | 21 --------------------- .builds/format.yml | 26 ++++++++++++++++++++++++++ _posts/2026-04-01-four-years.md | 4 ++-- hall-of-fame.md | 4 ++-- 4 files changed, 30 insertions(+), 25 deletions(-) delete mode 100644 .build.yml create mode 100644 .builds/format.yml diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 6bd2510..0000000 --- a/.build.yml +++ /dev/null @@ -1,21 +0,0 @@ -image: alpine/edge -packages: - - yq - - git - - openssh -secrets: - - 232c738f-79b2-4296-bd8e-e9eff01bae60 -sources: - - https://git.sr.ht/~bt/1mb-club -tasks: - - format-sites: | - cd 1mb-club - git checkout master - git log -1 --pretty=format:'%an' | grep -q "Formatting Bot" && exit 0 - git config user.email "bot@1mb.club" - git config user.name "Formatting Bot" - git remote set-url origin git@git.sr.ht:~bt/1mb-club - 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 diff --git a/.builds/format.yml b/.builds/format.yml new file mode 100644 index 0000000..39cede9 --- /dev/null +++ b/.builds/format.yml @@ -0,0 +1,26 @@ +image: alpine/edge +packages: + - yq + - git + - openssh +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 + git checkout master + git log -1 --pretty=format:'%an' | grep -q "Formatting Bot" && exit 0 + git config user.email "bot@1mb.club" + git config user.name "Formatting Bot" + git remote set-url origin git@git.sr.ht:~bt/1mb-club + 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 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 -- cgit v1.3.1