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

32 Commits

Author SHA1 Message Date
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
8e89701453
lucide icons 2025-03-11 21:18:41 -04:00
e166c63988
remove react-spring dependency 2025-03-08 23:13:32 -05:00
354dade9aa
move some non-post pages to mdx 2025-03-07 11:53:23 -05:00
36faa6c234
simplify theme provider 2025-03-01 16:08:12 -05:00
8aabb4a66f
Migrate to app router (#2254) 2025-02-07 11:33:38 -05:00
1f373541be
add :focus-visible css selector to some hover styles 2022-07-27 18:05:50 -04:00
cf106e46da
refactor more hooks 2022-07-25 13:11:40 -04:00
37feb305ff
move useMedia hook here but without SSR warning 2022-07-24 22:41:02 -04:00
39ef018537
bump some deps 2022-07-13 16:00:44 -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
e782f1a8e8
remove unnecessary memos 2022-06-22 19:53:08 -04:00
091ff73ab6
fix unnecessary re-rendering of ThemeToggle 2022-06-14 13:00:11 -04:00
33c210aacf
less resource-intensive methods of parsing URLs 2022-06-01 18:40:57 -04:00
482700e640
fix theme toggle animating on load 2022-05-08 22:06:53 -04:00
d67428b043
rename resolvedTheme -> activeTheme 2022-05-04 10:48:41 -04:00
2ea6495fd8
fix prefers-reduced-motion detection 2022-05-03 14:57:32 -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
f5c8a7a21a animated dark mode toggle 🌓 2022-03-07 20:08:38 -05:00
a917b5f81d fork next-themes into use-theme hook 2022-03-07 16:32:38 -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
ae0fd5f56b
extract list of menu links to a config file 2022-02-11 15:13:32 -05:00
885f97fa64
update component prop types to use JSX.IntrinsicElements 2022-02-09 09:37:20 -05:00
2a29d713bb
remove global .icon style 2022-01-30 09:00:59 -05:00
283eb62446
less corny header and note meta icons (#746)
* less corny header and note meta icons

* swap out more twemojis

* indicate active page in nav bar

* update favicons

* extract `<MenuLink />` into its own component

* change hover effect to an underline

* cropped header photo
2022-01-27 10:06:26 -05:00
d06ebfcf60
use memo more wisely 2022-01-22 10:06:24 -05:00
2162e9d563
properly merge multiple class names 2022-01-20 10:38:18 -05:00
a406010bd2
next-mdx-remote v4 (#737) 2022-01-18 09:25:09 -05:00