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

295 Commits

Author SHA1 Message Date
33c210aacf less resource-intensive methods of parsing URLs 2022-06-01 18:40:57 -04:00
3c48207bd5 fix stitches variable conflicts 2022-05-30 23:06:44 -04:00
9410a6b2df add accessible skip-to-content link 2022-05-30 22:52:46 -04:00
3c866ddabf swap out marquee component 2022-05-29 18:51:12 -04:00
1e1ecd89ea refactor component/page function returns 2022-05-25 09:30:11 -04:00
ff96ccae44 fix style nesting 2022-05-24 20:48:26 -04:00
90a9512c62 compare origins of links instead of string comparison 2022-05-21 11:31:32 -04:00
9b0adae9ed simpler check for external URLs 2022-05-20 16:32:54 -04:00
d288b2d5f5 remove format-number.ts 2022-05-19 10:23:43 -04:00
d1f0030d3c test new next/link behavior 2022-05-17 18:31:58 -04:00
fb5683bf05 fix blockquotes 2022-05-17 13:38:46 -04:00
2f695be18f don't load fathom script unless on production 2022-05-16 09:40:36 -04:00
a97eb0532f use smartypants remark plugin for fancy quotes, etc. 2022-05-12 15:02:27 -04:00
482700e640 fix theme toggle animating on load 2022-05-08 22:06:53 -04:00
00d497b69b update server-side sitemap.xml code 2022-05-07 20:47:14 -04:00
d8363d131a adding more dumb easter eggs 🐣 2022-05-06 22:49:46 -04:00
d67428b043 rename resolvedTheme -> activeTheme 2022-05-04 10:48:41 -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
64303400a4 lengthen cache-control headers 2022-05-02 10:29:01 -04:00
d8d7d7d775 re-add custom getLayout option removed in d50ae0f85a 2022-05-01 11:15:25 -04:00
d718555001 clean up note types 2022-04-30 18:01:33 -04:00
a2921d106e catch ThemeScript minify errors 2022-04-30 09:56:28 -04:00
eaeceaa58f update heading link icon 🔗 2022-04-30 09:17:52 -04:00
3547d14576 allow additional rel info for new tab links 2022-04-29 12:54:35 -04:00
383c88d5ef random organization 2022-04-28 19:28:16 -04:00
9e8c3eaa67 nicer heading anchor links 2022-04-28 12:47:09 -04:00
e1da53a1fe prepare for new next/link behavior
see new-next-link branch
2022-04-28 12:32:50 -04:00
6ab0c5a97f more deprecated addListeners 2022-04-26 12:48:38 -04:00
7e4f6f1443 add real /stats page 2022-04-25 00:04:12 -04:00
07562f625e minify inline theme script even more 2022-04-23 21:04:50 -04:00
4f0002af0f fix layout shift on /projects 2022-04-23 12:38:24 -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
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
d5690d2972 refactor <VNC /> 2022-04-17 15:48:25 -04:00
a632246975 fix hcaptcha bugginess 2022-04-17 14:52:59 -04:00
fa968dbcd2 use <time> element for all dates 2022-04-16 15:59:28 -04:00
8641b6a90e separate out inline code and code block components 2022-04-11 19:05:01 -04:00
6f2018bd6e reduce theme context's unnecessary crap even more 2022-04-08 18:15:06 -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
25aed87b21 separate ThemeContext and useTheme code 2022-04-06 17:40:16 -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
0a741b4282 fix comments top border 2022-04-04 11:04:37 -04:00
7142b5ece5 bump giscus component 2022-04-04 10:51:03 -04:00