1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 11:56:20 -04:00

69 Commits

Author SHA1 Message Date
3547d14576
allow additional rel info for new tab links 2022-04-29 12:54:35 -04:00
f354108b5b
try speeding up note parsing 2022-04-29 11:14:57 -04:00
c4651cb315
clean up ThemeContext 2022-04-27 10:58:25 -04:00
a3870a15db
fs -> fs/promises -> asyncify all note parsing 2022-04-26 17:22:44 -04:00
fbb2221d08
switch from date-fns (and date-fns-tz) to dayjs 2022-04-22 14:37:35 -04:00
8a97b706be
more optimization/error handling 2022-04-22 09:18:53 -04:00
831139c132
actually listen to react-hooks/exhaustive-deps warning 2022-04-21 18:10:03 -04:00
008bb3213b
minify the theme restoration script injected into head
also switches the MDX minifier to uglify-js for consistency
2022-04-21 14:05:11 -04:00
05469218b1
prevent more hydration mismatches 2022-04-21 12:45:39 -04:00
fa968dbcd2
use <time> element for all dates 2022-04-16 15:59:28 -04:00
1648464e0e
bump next 2022-04-12 20:01:34 -04:00
8641b6a90e
separate out inline code and code block components 2022-04-11 19:05:01 -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
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
f870c5c796
freeze build timestamp via an environment variable 2022-03-18 17:41:27 -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
6256223517
bump next to 12.1.0 2022-02-17 19:38:12 -05:00