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

33 Commits

Author SHA1 Message Date
b626955731 restore image captions in markdown with a "clever" (messy) css hack 2025-03-20 12:00:04 -04:00
7c4144a1e7 switch to shiki for syntax highlighting 2025-03-15 21:19:57 -04:00
8e89701453 lucide icons 2025-03-11 21:18:41 -04:00
2d6fc82f71 fresh <PageTitle> look 2025-03-08 13:09:29 -05:00
ba10742c9b properly import and optimize/cache images in markdown files 2025-03-03 15:56:57 -05:00
8aabb4a66f Migrate to app router (#2254) 2025-02-07 11:33:38 -05:00
e877916f6f switch fonts to Geist Sans and Geist Mono (#1835)
* switch fonts to Geist Sans and Geist Mono

* adjust font sizes slightly

* fix lockfile

* Update contact.tsx
2024-01-08 11:10:05 -05:00
893db7e951 bump next to 13.5 2023-10-02 11:59:15 -04:00
1d8c2eab99 react-twitter-embed ➡️ react-tweet 2023-09-08 11:47:38 -04:00
670dc1b6e2 Revert "bump next & use legacy next/router"
This reverts commit ddb0843bac.
2022-11-03 15:13:29 -04:00
ddb0843bac bump next & use legacy next/router 2022-11-03 09:18:39 -04:00
54d0b6eac0 bump next to stable 2022-07-08 13:24:38 -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
f826f59fcc enable experimental next/future/image (#973) 2022-06-27 20:45:02 -04:00
d1f0030d3c test new next/link behavior 2022-05-17 18:31:58 -04:00
d09cf7ab26 consolidate theme context/provider types 2022-04-08 12:36:19 -04:00
a8c1a3ba3c use safer method of concatenating absolute URLs 2022-04-07 15:29:15 -04:00
4ea5b15db0 refactor component imports/exports 2022-03-16 11:22:56 -04: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
f6627580eb fix page/note title color 2022-02-26 11:39:16 -05:00
3bc3e1b5a1 export prop types from component files 2022-02-16 10:39:32 -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
4e7f235ed5 fix page titles 2022-02-05 15:52:57 -05:00
42a7ff1bdc fix unnoticeable background color bug in dark mode 2022-02-05 14:50:29 -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
0343aa9be4 move more junk out of index.css and into components 2022-01-22 18:52:29 -05:00
7b01f01c9d fix <PageTitle /> canonical link 2022-01-22 17:16:44 -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
5e9503b562 remove unnecessary react fragments 2022-01-18 09:54:30 -05:00