From 13c0aedde7061086451ce3f552c834e579ddb462 Mon Sep 17 00:00:00 2001 From: Max Bernstein Date: Tue, 24 Dec 2024 09:13:58 -0500 Subject: [PATCH] Centralize RC Scout and add to footer --- _config.yml | 2 ++ _includes/footer.md | 5 ++++ _posts/2024-10-15-type-inference.md | 6 ++-- assets/img/rc-logo.svg | 46 +++++++++++++++++++++++++++++ index.md | 6 ++-- 5 files changed, 57 insertions(+), 8 deletions(-) create mode 100644 assets/img/rc-logo.svg diff --git a/_config.yml b/_config.yml index de76e50f..bf3ff4a0 100644 --- a/_config.yml +++ b/_config.yml @@ -47,3 +47,5 @@ collections: permalink: /recipes/:path/ default_og_image: "/favicon.ico" + +rc_scout: "https://www.recurse.com/scout/click?t=e8845120d0b98bbc3341fa6fa69539bb" diff --git a/_includes/footer.md b/_includes/footer.md index d98b5d87..5c5876e5 100644 --- a/_includes/footer.md +++ b/_includes/footer.md @@ -6,6 +6,11 @@
+ + + + + diff --git a/_posts/2024-10-15-type-inference.md b/_posts/2024-10-15-type-inference.md index 3c60d4ae..3db4be7b 100644 --- a/_posts/2024-10-15-type-inference.md +++ b/_posts/2024-10-15-type-inference.md @@ -827,16 +827,14 @@ It has a bunch of tests that hopefully make things clearer. ## Acknowledgements Thank you to [River Dillon Keefer](https://k-monk.org/) for co-authoring the -code and this post with me at [Recurse Center][rc]. Thank you to the following -fine folks who reviewed the post before it went out: +code and this post with me at [Recurse Center]({{site.rc_scout}}). Thank you to +the following fine folks who reviewed the post before it went out: * [Burak Emir](https://burakemir.ch/) * [Chris Fallin](https://cfallin.org/) * [Iain McDonald](https://github.com/iamcdonald) * [Sinan](https://osa1.net/) -[rc]: https://www.recurse.com/scout/click?t=e8845120d0b98bbc3341fa6fa69539bb - ## See also * [Static Basic Block Versioning](https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.ECOOP.2024.28) diff --git a/assets/img/rc-logo.svg b/assets/img/rc-logo.svg new file mode 100644 index 00000000..faada56b --- /dev/null +++ b/assets/img/rc-logo.svg @@ -0,0 +1,46 @@ + diff --git a/index.md b/index.md index 2c5fa793..3e9b1f83 100644 --- a/index.md +++ b/index.md @@ -11,10 +11,8 @@ I am a human and [programmer](https://github.com/tekknolagi). I like to read books, take photos, and ride bikes in the hills near my house. I [tweet things](https://twitter.com/tekknolagi) (and [toot things](https://mastodon.social/@tekknolagi)) about bread, legumes, and -compilers. I did a half-batch of [Recurse Center][rc] (Fall 2 2024) and really -enjoyed it. - -[rc]: https://www.recurse.com/scout/click?t=e8845120d0b98bbc3341fa6fa69539bb +compilers. I did a half-batch of [Recurse Center]({{site.rc_scout}}) (Fall 2 +2024) and really enjoyed it. You can [email me](mailto:contact@bernsteinbear.com) if you so desire. I'm happy to talk about education, programming languages, cycling, and more.