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

37 Commits

Author SHA1 Message Date
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
6f5c066525
detatch theme provider from stitches logic 2024-02-15 10:48:45 -05:00
1d8c2eab99
react-twitter-embed ➡️ react-tweet 2023-09-08 11:47:38 -04:00
cf106e46da
refactor more hooks 2022-07-25 13:11:40 -04:00
295301aa9e
clean up stitches theme config 2022-07-07 16:19:28 -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
2c7e266fc3
extract "skip to content" link into separate component 2022-07-07 08:49:48 -04:00
ffe856012f
fix skip to content link 2022-06-26 17:25:54 -04:00
33c210aacf
less resource-intensive methods of parsing URLs 2022-06-01 18:40:57 -04:00
9410a6b2df
add accessible skip-to-content link 2022-05-30 22:52:46 -04:00
1e1ecd89ea
refactor component/page function returns 2022-05-25 09:30:11 -04:00
00d497b69b
update server-side sitemap.xml code 2022-05-07 20:47:14 -04:00
d67428b043
rename resolvedTheme -> activeTheme 2022-05-04 10:48:41 -04:00
d8d7d7d775
re-add custom getLayout option removed in d50ae0f85ac9b0ee5c754496606c9e50fbc4328b 2022-05-01 11:15:25 -04:00
54c662c1f2
reorganize style and font configs 2022-04-20 11:19:02 -04:00
d50ae0f85a
remove per-page getLayout option (maybe temporarily?) 2022-04-19 17:38:20 -04:00
eccf2108c7
React 18 (#863)
* gymnastics to make theme script work with react 18 hydration

* try next 12.1.3 canary to fix SSG head tags?

* revert theme script changes

* next 12.1.3-canary.3

* double-revert some of the use-theme.tsx changes

* separate theme restoration script & move to _document

* bump next

* bump next (again)

* clean up some theme stuff

* use hashed image URLs in webmanifest and feeds

* text experimental react config

* Update ThemeScript.tsx

* switch selfie image to `layout="raw"`

* use `layout="raw"` for all non-imported images

* revert raw images in some places, messes up responsiveness

* fix nitpicky "no divs inside buttons" html validation error

* fix react-player hydration errors

* fix hydration errors from server/client time zone differences

* clean up hydration fixes

* Update format-date.ts

* last-minute cleanup
2022-04-06 09:37:16 -04:00
4ea5b15db0
refactor component imports/exports 2022-03-16 11:22:56 -04:00
a917b5f81d fork next-themes into use-theme hook 2022-03-07 16:32:38 -05:00
34fccfefc3
use stitches-normalize 🧵
https://github.com/jakejarvis/stitches-normalize
2022-03-06 11:24:58 -05:00
c2dde042b7
CSS modules ➡️ Stitches 🧵 (#799) 2022-03-03 09:18:26 -05:00
33c02d205e
use camelCase in themes config 2022-02-28 20:07:27 -05:00
d24d29a04e
try removing transition blocking stuff 2022-02-19 09:19:46 -05:00
17a271eb87
tell unblock-transitions script to remove itself when finished 2022-02-18 12:31:57 -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
a47d49c0d5
remove no-fade stylesheet from DOM after use 2022-02-13 11:41:26 -05:00
d258ebd988
group config files 2022-02-11 11:14:28 -05:00
8385e011c5
remove unnecessary PropsWithChildren 2022-02-09 11:05:48 -05:00
885f97fa64
update component prop types to use JSX.IntrinsicElements 2022-02-09 09:37:20 -05:00
da42cb074c
automatically inline critical css via critters (#760) 2022-02-07 14:40:38 -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
41705f3be4
add support for per-page layouts 2022-02-04 16:14:42 -05:00
9f34cec930
custom <Link /> wrapper around next/link 2022-01-30 10:33:40 -05:00
a406010bd2
next-mdx-remote v4 (#737) 2022-01-18 09:25:09 -05:00