Skip to content

Commit

Permalink
Centralize RC Scout and add to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
tekknolagi committed Dec 24, 2024
1 parent 70a4b0e commit 13c0aed
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 8 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ collections:
permalink: /recipes/:path/

default_og_image: "/favicon.ico"

rc_scout: "https://www.recurse.com/scout/click?t=e8845120d0b98bbc3341fa6fa69539bb"
5 changes: 5 additions & 0 deletions _includes/footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<br />
<img style="padding-top: 5px;" src="/assets/img/banner.png" />
<a href="https://notbyai.fyi/"><img style="padding-top: 5px;" src="/assets/img/notbyai.svg" /></a>
<a href="{{ site.rc_scout }}">
<span style="display: inline-block;">
<object data="/assets/img/rc-logo.svg" type="image/svg+xml" style="pointer-events: none; height: 42px; width: 33.6px;"></object>
</span>
</a>
</footer>
<!-- Workaround for FB MITM -->
<span id="iab-pcm-sdk"></span><span id="iab-autofill-sdk"></span>
Expand Down
6 changes: 2 additions & 4 deletions _posts/2024-10-15-type-inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
46 changes: 46 additions & 0 deletions assets/img/rc-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]) if you so desire. I'm
happy to talk about education, programming languages, cycling, and more.
Expand Down

0 comments on commit 13c0aed

Please sign in to comment.