1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 23:08:26 -04:00

46 Commits

Author SHA1 Message Date
f826f59fcc
enable experimental next/future/image (#973) 2022-06-27 20:45:02 -04:00
12e10f43a7
pull planetscale credentials from doppler 2022-06-24 09:24:30 -04:00
00e3870998
clean up old redirects 2022-06-21 05:13:03 -04:00
fdae751b58
update eslint config 2022-06-19 17:31:04 -04:00
427377b50a
bump deps 2022-06-17 09:13:35 -04:00
4e0ca9ff4d
update cache-control headers 2022-06-13 20:07:12 -04:00
fe634738ef
support local next dev ports other than 3000 2022-06-11 08:37:15 -04:00
d1f0030d3c
test new next/link behavior 2022-05-17 18:31:58 -04:00
a624a8c30f
update dependabot config
https://github.blog/changelog/2022-05-10-dependabot-keeps-types-dependencies-in-sync-with-updated-packages/
2022-05-12 09:21:30 -04:00
ef3071dd99
remove unnecessary memoization 2022-05-04 09:44:05 -04:00
7e4f6f1443
add real /stats page 2022-04-25 00:04:12 -04:00
392ad9bb56
update link to archived hugo site 2022-04-23 07:54:03 -04:00
05469218b1
prevent more hydration mismatches 2022-04-21 12:45:39 -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
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