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

27 Commits

Author SHA1 Message Date
6520e6fa2e fontsource -> next/font 2022-10-29 08:45:54 -04:00
f40c86a0cb fix distorted header image on narrow viewports 2022-09-14 17:50:09 -04:00
a788f673e9 refactor font preloading 2022-07-18 17:27:49 -04:00
b5261e9f06 revert stitches reset 2022-07-08 15:36:43 -04:00
54d0b6eac0 bump next to stable 2022-07-08 13:24:38 -04:00
295301aa9e clean up stitches theme config 2022-07-07 16:19:28 -04:00
3f931e01ce set html class to light theme in static output 2022-06-03 09:52:18 -04:00
804e88b7f9 font preloading logic 2022-05-27 12:36:58 -04:00
3162f1ed23 undo moving head preload tags 2022-04-29 10:02:15 -04:00
383c88d5ef random organization 2022-04-28 19:28:16 -04:00
54c662c1f2 reorganize style and font configs 2022-04-20 11:19:02 -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
87848cc697 just some refactoring 2022-03-09 14:07:06 -05:00
ea4e7025ff fix some leftover stitches to-do items 2022-03-03 13:18:12 -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
5f977db7f2 update custom _document.tsx from class to new default function
https://nextjs.org/docs/advanced-features/custom-document
2022-02-18 12:00:49 -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
3394cac5de use the excellent next-themes module 2022-01-06 10:08:24 -05:00
20d8b13bb1 separate theme restoration script and add meta[name="theme-color"] tag to _document.tsx 2022-01-04 18:04:33 -05:00
13605d2ab5 alt attributes aren't valid on inline SVGs 2022-01-03 12:12:23 -05:00
11d245ad66 some very minor refactoring/fixing 2021-12-31 08:48:56 -05:00
9979e1bf3f v5: Revenge of the JavaScript 🦸 (#711)
Hugo ➡️ Next.js
2021-12-30 08:18:41 -05:00