1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-30 17:56:36 -04:00
Commit Graph

33 Commits

Author SHA1 Message Date
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
4772768aa2 remove twemoji icon dependency 2022-03-19 14:42:46 -04:00
f870c5c796 freeze build timestamp via an environment variable 2022-03-18 17:41:27 -04:00
c2dde042b7 CSS modules ➡️ Stitches 🧵 (#799) 2022-03-03 09:18:26 -05:00
f2fb718d0f update constants 2022-02-26 12:06:41 -05:00
e6f1955efb organize types a bit more sanely & bump deps 2022-02-24 07:06:34 -05:00
91673a5fc3 fix very, very bad SEO bug 2022-02-17 20:10:14 -05:00
67d98124f6 enable AVIF images 2022-02-15 12:59:54 -05:00
da42cb074c automatically inline critical css via critters (#760) 2022-02-07 14:40:38 -05:00
18b2fc7d83 fix NextConfig types in next.config.js 2022-02-06 20:44:54 -05:00
83f06d2abd bump next to v12.0.10 2022-02-01 13:49:08 -05:00
7933c9ba02 nicer base URL logic 2022-01-31 13:36:48 -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
34819c3e47 Update next.config.js 2022-01-16 18:50:28 -05:00
a139447b39 remove markdown from plaintext post titles 2022-01-16 18:16:02 -05:00
32a5eb9c61 add eslint-plugin-mdx 2022-01-14 10:25:58 -05:00
e9dfe51863 add memo: true to svgr config 2022-01-12 09:44:31 -05:00
53158f6d3c pull SVG icons directly from their NPM packages 2022-01-11 19:19:47 -05:00
afcc5972bb swap copy to clipboard octicons 2022-01-10 21:14:11 -05:00
3394cac5de use the excellent next-themes module 2022-01-06 10:08:24 -05:00
fb491d7337 use next-compose-plugins for simpler config 2022-01-05 08:50:49 -05:00
13605d2ab5 alt attributes aren't valid on inline SVGs 2022-01-03 12:12:23 -05:00
36e3cfa18e test config changes before messing everything up too much 2022-01-03 09:59:42 -05:00
cd5a1b191a tidy up public directory 2022-01-02 09:30:46 -05:00
5c1d1dbc58 clean up styles 2022-01-02 07:56:45 -05:00
c47f5f917d home component -> index.tsx where it's supposed to be 2022-01-01 13:56:33 -05:00
d0e00b197c responsive style adjustments 2021-12-31 12:46:39 -05:00
1bbee816c2 add scroll-margin-top property to content sub-headings (fixes #717) 2021-12-31 10:27:59 -05:00
11d245ad66 some very minor refactoring/fixing 2021-12-31 08:48:56 -05:00
5df05a2002 redirect /stats to public fathom dashboard 2021-12-30 13:11:34 -05:00
9979e1bf3f v5: Revenge of the JavaScript 🦸 (#711)
Hugo ➡️ Next.js
2021-12-30 08:18:41 -05:00