feat: Emoji shorthand.

This commit is contained in:
Spencer Brower
2026-07-11 19:28:36 -04:00
parent 241068b487
commit 4fa7227b94
3 changed files with 443 additions and 4 deletions
+3 -3
View File
@@ -7,10 +7,10 @@
- Option B: Steal Tufte's sidenote/margin-note CSS (adapt for dark theme), keep TailwindCSS
- Option C: Full Tufte CSS — drop TailwindCSS, no build step, semantic HTML, customize for dark theme + Roboto
- Our sidenote HTML pattern already matches Tufte's exactly
- [ ] GitHub alerts (`> [!CAUTION]` → styled blockquote) — 2 posts
- [ ] Block attributes on code fences (`{ #ex-1 }`) — hello-world.md
- [ ] Emoji shortcodes (`:shrug:` etc.) — 2 instances
- [x] Emoji shortcodes (`:shrug:` etc.) — 2 instances
- [ ] Backslash in shrug not visible.
- [ ] include-code shortcode (`{{< include-code ... >}}`) — i-ported-fd-to-odin
- [ ] Nix build integration — main flake runs thor + tailwindcss instead of Hugo
- [x] Nix build integration — main flake runs thor + tailwindcss instead of Hugo
- [ ] Copy-to-clipboard button on code blocks (was in Hugo's custom-head.html)
- [ ] OpenGraph meta tags