You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built with `npm create astro@latest -- --template blog`
3
+
This is my personal website I've ship-of-theseus'd into an [Astro](https://astro.build/) and [Tailwind](https://tailwindcss.com/) website. I try to keep the style simple and minimalist, focusing more on the content over the style of the site. The site uses [Source Serif 4](`https://fonts.google.com/specimen/Source+Serif+4`).
4
4
5
-
# Astro Starter Kit: Blog
5
+
I originally built this using Gatsby and Bootstrap, which then became an Angular website, which then briefly became a NextJS website before I transitioned to Astro. Much of the git history has been annihilated simply because no one needs to see high-school-me's idea of what a good website looked like.
6
6
7
-
```sh
8
-
npm create astro@latest -- --template blog
9
-
```
7
+
## Running locally
8
+
9
+
Clone the repository, run `npm i` and then run `npm run dev`.
Copy file name to clipboardExpand all lines: src/content/blog/football-problem.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ pubDate: "Oct 1 2025"
6
6
7
7
I was eating some godforsaken amalgamation of food I call dinner when one of my housemates came downstairs to our shared living room and said something that piqued my interest.
8
8
9
-
“The Bills beat the Chiefs. The Circle of Suck has been completed,” he stated to the three of us eating and/or watching TV. After asking for some elaboration, he explained that it was the phenomenon in a sports league where if team A beats Team B, team B beats Team C, and then Team C beats Team A, where every team in the league has been included in this circle, then it is called a completed Circle of Suck:tm: because, well, everyone sucks. After thinking about what this implies, I wondered whether it was common for a Circle of Suck to be completed in a regular NFL season, and which seasons saw a completed circle.
9
+
“The Bills beat the Chiefs. The Circle of Suck has been completed,” he stated to the three of us eating and/or watching TV. After asking for some elaboration, he explained that it was the phenomenon in a sports league where if team A beats Team B, team B beats Team C, and then Team C beats Team A, where every team in the league has been included in this circle, then it is called a completed Circle of Suck™ because, well, everyone sucks. After thinking about what this implies, I wondered whether it was common for a Circle of Suck to be completed in a regular NFL season, and which seasons saw a completed circle.
0 commit comments