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

219 Commits

Author SHA1 Message Date
2f695be18f don't load fathom script unless on production 2022-05-16 09:40:36 -04:00
cf4f2fe442 slightly less crazy method of styling /previously 2022-05-15 08:09:22 -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
4aaf80aec4 update /cli page 2022-05-10 20:12:03 -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
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
3547d14576 allow additional rel info for new tab links 2022-04-29 12:54:35 -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
e1da53a1fe prepare for new next/link behavior
see new-next-link branch
2022-04-28 12:32:50 -04:00
e0d13c874d bump some deps 2022-04-27 09:46:50 -04:00
5e340f776b bump react to 18.1.0 2022-04-26 17:50:22 -04:00
a3870a15db fs -> fs/promises -> asyncify all note parsing 2022-04-26 17:22:44 -04:00
36e0835947 fix fathom dashboard iframe 2022-04-26 14:35:08 -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
de28dbf4ed homepage text updates 2022-04-22 19:03:18 -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
54c662c1f2 reorganize style and font configs 2022-04-20 11:19:02 -04:00
c2a5f6c94c simple 404 page 2022-04-19 18:28:45 -04:00
d50ae0f85a remove per-page getLayout option (maybe temporarily?) 2022-04-19 17:38:20 -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
05608261ca images are finally linkable again 2022-03-21 16:17:35 -04:00
17776213e9 add markdown icon to contact form tip 2022-03-21 12:04:07 -04:00
f870c5c796 freeze build timestamp via an environment variable 2022-03-18 17:41:27 -04:00
4ea5b15db0 refactor component imports/exports 2022-03-16 11:22:56 -04:00
ddb9fdff8d fix super nitpicky indented headings 2022-03-12 11:07:33 -05:00
87848cc697 just some refactoring 2022-03-09 14:07:06 -05:00
a917b5f81d fork next-themes into use-theme hook 2022-03-07 16:32:38 -05:00
2e1da44d42 move ThemeProvider script up in priority 2022-03-07 15:31:42 -05:00
34fccfefc3 use stitches-normalize 🧵
https://github.com/jakejarvis/stitches-normalize
2022-03-06 11:24:58 -05:00
f8b6378faf refactor the link underline logic to produce smaller output 2022-03-04 09:33:44 -05:00
ea4e7025ff fix some leftover stitches to-do items 2022-03-03 13:18:12 -05:00
dc7622a7af switch some style props to css 2022-03-03 11:46:18 -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
f2fb718d0f update constants 2022-02-26 12:06:41 -05:00
f6627580eb fix page/note title color 2022-02-26 11:39:16 -05:00
c313b34f95 fix graphql type mismatch 2022-02-25 16:48:28 -05:00
e6f1955efb organize types a bit more sanely & bump deps 2022-02-24 07:06:34 -05:00