1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:06:37 -04:00
Commit Graph

30 Commits

Author SHA1 Message Date
7c4144a1e7 switch to shiki for syntax highlighting 2025-03-15 21:19:57 -04:00
8aabb4a66f Migrate to app router (#2254) 2025-02-07 11:33:38 -05:00
e97613dda5 finally bump eslint to 9.x 2025-01-16 10:54:19 -05:00
1d8c2eab99 react-twitter-embed ➡️ react-tweet 2023-09-08 11:47:38 -04:00
f49cd3927c show heading anchor link on keyboard focus 2022-07-29 09:39:06 -04:00
1f373541be add :focus-visible css selector to some hover styles 2022-07-27 18:05:50 -04:00
b1a92a2eab refactor component styles to use type-safe stitches tokens
https://stitches.dev/docs/typescript#stricter-experience
2022-07-07 13:33:20 -04:00
bd4d580040 update h1-h6 component 2022-06-10 09:55:11 -04:00
fb5683bf05 fix blockquotes 2022-05-17 13:38:46 -04:00
eaeceaa58f update heading link icon 🔗 2022-04-30 09:17:52 -04:00
9e8c3eaa67 nicer heading anchor links 2022-04-28 12:47:09 -04:00
4ea5b15db0 refactor component imports/exports 2022-03-16 11:22:56 -04:00
ddb9fdff8d fix super nitpicky indented headings 2022-03-12 11:07:33 -05:00
f8b6378faf refactor the link underline logic to produce smaller output 2022-03-04 09:33:44 -05:00
c2dde042b7 CSS modules ➡️ Stitches 🧵 (#799) 2022-03-03 09:18:26 -05:00
3bc3e1b5a1 export prop types from component files 2022-02-16 10:39:32 -05:00
67d98124f6 enable AVIF images 2022-02-15 12:59:54 -05:00
885f97fa64 update component prop types to use JSX.IntrinsicElements 2022-02-09 09:37:20 -05:00
ee1b708b99 prevent fading into dark theme if we're immediately setting it on load 2022-02-06 12:25:48 -05:00
7a3ea4924c clean up type definitions 2022-01-30 22:04:25 -05:00
f0259dbab5 stop being lazy with css selectors 2022-01-30 11:38:37 -05:00
9f34cec930 custom <Link /> wrapper around next/link 2022-01-30 10:33:40 -05:00
56bf0358ef update heading anchor links to always show on mobile 2022-01-28 13:07:17 -05:00
51ecae3c9b custom <Image /> wrapper now supports static imports too 2022-01-24 08:57:21 -05:00
0343aa9be4 move more junk out of index.css and into components 2022-01-22 18:52:29 -05:00
f62c057f5d do sub-heading anchor links manually instead of via rehype plugin 2022-01-22 17:21:29 -05:00
d06ebfcf60 use memo more wisely 2022-01-22 10:06:24 -05:00
7e37adabc1 all components should accept additional classnames 2022-01-20 12:06:05 -05:00
2162e9d563 properly merge multiple class names 2022-01-20 10:38:18 -05:00
0462428a54 even more styled components 2022-01-20 08:26:30 -05:00