2 min read

Links & resources · every linking pattern

Table of Contents

Links are the connective tissue of a blog. Here’s every pattern worth keeping around.

The everyday kind: a regular link, an internal link to another post, and a mailto link.

Handy when the same URL shows up repeatedly or you want clean prose — the definitions live at the bottom of the file and don’t render:

The Astro docs are great, and so is the MDN reference.

  • Astro — the framework this site is built on.
  • Tailwind CSS — utility-first styling.
  • Pagefind — the static search that powers the search box.

Annotated bibliography / further reading

Further reading

  • “Attention Is All You Need” — the transformer paper. PDF. Why it matters: the architecture behind basically everything in modern ML.
  • “A Plan for Spam” by Paul Graham — essay. Why it matters: a clean, readable walkthrough of naive Bayes in the wild.

Footnotes

Markdown footnotes are great for asides that would break the flow.1 You can have several.2

End a post by pointing readers somewhere useful:

Footnotes

  1. This renders as a numbered note at the bottom of the page with a back-link.

  2. Footnote labels can be words, not just numbers.