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

22 Commits

Author SHA1 Message Date
8d47958473
fix sitemap.xml timeouts 2022-07-06 03:32:55 -04:00
887c24d317
add getStaticProps types 2022-06-30 20:56:34 -04:00
1e1ecd89ea
refactor component/page function returns 2022-05-25 09:30:11 -04:00
e1da53a1fe
prepare for new next/link behavior
see new-next-link branch
2022-04-28 12:32:50 -04:00
a3870a15db
fs -> fs/promises -> asyncify all note parsing 2022-04-26 17:22:44 -04:00
8a97b706be
more optimization/error handling 2022-04-22 09:18:53 -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
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
e6f1955efb
organize types a bit more sanely & bump deps 2022-02-24 07:06:34 -05:00
c1e030dfcc
fix magic wand cursor 🪄 2022-01-24 20:43:45 -05:00
0343aa9be4
move more junk out of index.css and into components 2022-01-22 18:52:29 -05:00
5e9503b562
remove unnecessary react fragments 2022-01-18 09:54:30 -05:00
a406010bd2
next-mdx-remote v4 (#737) 2022-01-18 09:25:09 -05:00
354d767fc5
move <Layout> to _app.tsx so it's not rerendered 2022-01-07 09:57:32 -05:00
17375ef876
static header and footer were being re-rendered on every route change 2022-01-06 19:58:07 -05:00
3864a57d1a
consolidate mdx file parsing 2022-01-03 17:53:47 -05:00
49fb053649
simplify note parsing logic 2022-01-02 23:05:51 -05:00
ca614e1a1a
consistent use of arrow functions/default exports 2022-01-02 15:16:07 -05:00
3ee8ab4423
clean up styled JSX of colorful homepage links 2022-01-01 13:00:26 -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