1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 16:08:26 -04:00

49 Commits

Author SHA1 Message Date
b60fbcc15c
clean up remaining NEXT_PUBLIC_ environment variables 2025-04-13 16:28:00 -04:00
eb92e54fd6
validate environment variables at build time 2025-04-09 09:11:18 -04:00
2b7f3c66a9
refactor font loaders/declarations 2025-04-02 13:49:43 -04:00
9fd3de8569
json-ld improvements 2025-03-21 12:02:14 -04:00
7c4144a1e7
switch to shiki for syntax highlighting 2025-03-15 21:19:57 -04:00
3932660acc
pre-render optimizations 2025-03-14 12:51:18 -04:00
e61ca889a7
consistent arrow functions 2025-03-12 18:10:11 -04:00
5b2caf4a96
add stylelint 2025-03-12 09:44:06 -04:00
8e89701453
lucide icons 2025-03-11 21:18:41 -04:00
e166c63988
remove react-spring dependency 2025-03-08 23:13:32 -05:00
9229f92c0c
a bit more cleanup 2025-03-07 14:56:49 -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
0dbb32a267
svg fixes 2024-09-10 14:52:34 -04:00
e1a26d5257
refactor .js files to ES modules where possible 2024-03-12 14:58:00 -04: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
1f373541be
add :focus-visible css selector to some hover styles 2022-07-27 18:05:50 -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
0f38ab4f0a
stitches config 2022-07-06 03:02:09 -04:00
887c24d317
add getStaticProps types 2022-06-30 20:56:34 -04:00
f826f59fcc
enable experimental next/future/image (#973) 2022-06-27 20:45:02 -04:00
1776173cab
finally fix slow typescript compilation!
see https://github.com/stitchesjs/stitches/issues/1038
2022-06-13 06:47:29 -04:00
1e1ecd89ea
refactor component/page function returns 2022-05-25 09:30:11 -04:00
d1f0030d3c
test new next/link behavior 2022-05-17 18:31:58 -04:00
ef3071dd99
remove unnecessary memoization 2022-05-04 09:44:05 -04:00
2ea6495fd8
fix prefers-reduced-motion detection 2022-05-03 14:57:32 -04:00
05469218b1
prevent more hydration mismatches 2022-04-21 12:45:39 -04:00
4772768aa2
remove twemoji icon dependency 2022-03-19 14:42:46 -04:00
4ea5b15db0
refactor component imports/exports 2022-03-16 11:22:56 -04:00
87848cc697
just some refactoring 2022-03-09 14:07:06 -05:00
34fccfefc3
use stitches-normalize 🧵
https://github.com/jakejarvis/stitches-normalize
2022-03-06 11:24:58 -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
17104d765b
make sticky header optional via prop 2022-02-16 10:30:18 -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
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
2a29d713bb
remove global .icon style 2022-01-30 09:00:59 -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
224358fd68
add some rounded corners and theme transition fading 2022-01-21 12:05:01 -05:00
171bdd65b6
more preparation for styled components 2022-01-19 11:00:28 -05:00
a406010bd2
next-mdx-remote v4 (#737) 2022-01-18 09:25:09 -05:00