diff options
| author | Bradley Taunt <git@btxx.org> | 2026-04-01 09:56:23 -0400 |
|---|---|---|
| committer | Bradley Taunt <git@btxx.org> | 2026-04-01 09:56:23 -0400 |
| commit | 9dc45766dc3d9cf8fd077cc43bc36df06ebb5db1 (patch) | |
| tree | 401a10481b9b1de1675905b613d2fbeecfda384e | |
| parent | ed113d077029017775cf32e6dddd39a2ae9ad694 (diff) | |
New post, upgrade Jekyll, older post spelling error fix
| -rw-r--r-- | Gemfile | 12 | ||||
| -rw-r--r-- | _posts/2022-07-18-reflection.md | 2 | ||||
| -rw-r--r-- | _posts/2026-04-01-four-years.md | 38 |
3 files changed, 40 insertions, 12 deletions
@@ -7,7 +7,7 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "~> 4.3.3" +gem "jekyll", "~> 4.4.1" gem "jekyll-sass-converter", "~> 2.2" # This is the default theme for new Jekyll sites. You may change this to anything you like. @@ -19,16 +19,6 @@ group :jekyll_plugins do gem "jekyll-gzip" end -# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem -# and associated library. -platforms :mingw, :x64_mingw, :mswin, :jruby do - gem "tzinfo", "~> 1.2" - gem "tzinfo-data" -end - -# Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] - gem "csv" gem "base64" gem "bigdecimal" diff --git a/_posts/2022-07-18-reflection.md b/_posts/2022-07-18-reflection.md index d3549e3..c416e80 100644 --- a/_posts/2022-07-18-reflection.md +++ b/_posts/2022-07-18-reflection.md @@ -1,7 +1,7 @@ --- title: "Two Years and Over 700 Websites Later" layout: post -summary: "Reflecting on the upcoming borthday for 1MB Club" +summary: "Reflecting on the upcoming birthday for 1MB Club" --- Although the second "birthday" of the 1MB Club is officially *November 19*, I couldn't help by write down some of my thoughts about this project over the past two years. I honestly have nothing but positive things to say and the amount of interest in this silly side project has been wonderful! diff --git a/_posts/2026-04-01-four-years.md b/_posts/2026-04-01-four-years.md new file mode 100644 index 0000000..8a03874 --- /dev/null +++ b/_posts/2026-04-01-four-years.md @@ -0,0 +1,38 @@ +--- +title: "Four 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? + +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/). + +But enough talk, let's look at the stats! + +## Some Fun Stats + +The [project](https://git.sr.ht/~bt/1mb-club) stats are below. These numbers will differ from the "Two Years" post since in that time I have [migrated to SourceHut](https://1mb.club/blog/back-on-sourcehut/) and moved to a `git send-email` workflow. + +- 39 new contributors +- 76 patches submitted +- Restructured `_site_listings` folder into single `data` file +- Using SourceHut `builds` for auto-formatting submissions + +Some fun facts about the **website** itself: + +- 811 total members +- Performed another large-scale [purge](https://1mb.club/blog/purge/) (dead, spam sites) +- Total size of all member websites combined: 168,825 KB +- Average member website size: 208.17 KB +- 15 new **Hall of Fame** members (23 total! Thank you!) +- Upgraded Ruby to `3.3.3` and Jekyll to `4.3.4` +- Still hosted on [NearlyFreeSpeech.NET](https://www.nearlyfreespeech.net/contribute/1mb.club) + +## Other News + +I've also been given the honor of running / maintaining [Kev's](https://kevquirk.com) original [512KB Club](https://512kb.club) project. If your website is small enough to be part of this directory, it should also (most likely) be accepted into that club as well. Feel free to check it out and submit a patch! + +Thanks for reading, + +– Brad
\ No newline at end of file |
