a love letter to strange and/or captivating charts, sourced from around the web.
weird-charts is a hugo static site, backed by the magic of github pages.
submissions are welcome! send in your weird charts, be rewarded with a contributor page for eternity.
To contribute, open a PR against this repo. Add a new markdown document to content/posts
.
You can look at content/posts
to get a sense of what a post looks like. Here are some examples:
If it's a tweet, take a look at 470
---
date: 2022-07-30
contributor: Andrew
tags:
- grimacing
---
{{< tweet-simple "1553578239557353472" >}}
<!-- {< tweet user="ArmandDoma" id="1553578239557353472" >}} -->
- change the date, contributor and tags.
- populate the
tweet-simple
shortcode using the tweet url (https://twitter.com/ArmandDoma/status/1553578239557353472). pull out the id string and replace the string above. - (optional) Update the commented out line if you'd like. Twitter's
oEmbed
API is apparently going to change at some point, and that will help future proof things if the tweet user needs to get provided.
Take a look at 500
- change the date, contributor and tags, same as above.
- embed your image source in between a
rawhtml
shortcode, like so:
{{< rawhtml >}}
<img src="https://static01.nyt.com/images/2022/08/01/upshot/01morning-friends-chart/01morning-friends-chart-jumbo.png">
{{< /rawhtml >}}
- include a citation with the link to the full page/article below.
Q: What should I name my post in content/posts
? What's the numbering scheme?
A: It honestly doesn't really matter, i've been counting up mostly so things sort nicely. I counted by tens for old stuff that I "migrated" to github (0010
, 0020
) mostly so I could fill things in between if I missed something (eg, 001.5
). Now we're counting by ones (00528
, 00529
). But it honestly doesn't matter. Just go for it!