1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-15 18:54:24 -04:00
Commit Graph

35 Commits

Author SHA1 Message Date
jake b60fbcc15c clean up remaining NEXT_PUBLIC_ environment variables 2025-04-13 16:28:00 -04:00
jake 37fa6101f6 refactor constants 2025-04-11 14:50:15 -04:00
jake eb92e54fd6 validate environment variables at build time 2025-04-09 09:11:18 -04:00
jake 30b6e02b83 backpedal a bit on caching 2025-04-08 09:38:44 -04:00
jake 53d6f57699 trim some unnecessary dependencies 2025-04-07 12:11:04 -04:00
jake 264fd92379 refactor note processing functions 2025-03-28 09:22:04 -04:00
jake 2d42a7447e include post content in rss/atom feeds 2025-03-27 18:02:37 -04:00
jake 3932660acc pre-render optimizations 2025-03-14 12:51:18 -04:00
jake e162d6a46c dynamic opengraph images 2025-03-14 08:22:32 -04:00
jake e61ca889a7 consistent arrow functions 2025-03-12 18:10:11 -04:00
jake 9229f92c0c a bit more cleanup 2025-03-07 14:56:49 -05:00
jake 6706aa68ab refactor notes directory and front matter 2025-03-06 16:52:11 -05:00
jake ba10742c9b properly import and optimize/cache images in markdown files 2025-03-03 15:56:57 -05:00
jake 8aabb4a66f Migrate to app router (#2254) 2025-02-07 11:33:38 -05:00
jake e1a26d5257 refactor .js files to ES modules where possible 2024-03-12 14:58:00 -04:00
jake dbde73c63c refactor "notes" into "posts" (only on the backend) 2024-02-26 12:08:48 -05:00
jake 955cfe421f remove dependency on uglify-js 2024-02-26 10:49:14 -05:00
jake b13c8259b3 attempt to make edge functions a tad bit lighter 2023-07-06 10:37:51 -04:00
jake d4b806dfcf refactor favicon imports 2022-11-13 19:11:30 -05:00
jake 54d0b6eac0 bump next to stable 2022-07-08 13:24:38 -04:00
jake 155c6cacd9 only reveal a db record via /api/hits if it matches a real page 2022-07-06 11:49:41 -04:00
jake 887c24d317 add getStaticProps types 2022-06-30 20:56:34 -04:00
jake e735ea9a99 bump next 2022-06-14 07:55:13 -04:00
jake 4e0ca9ff4d update cache-control headers 2022-06-13 20:07:12 -04:00
jake a63ea35463 clean up strict types a bit more 2022-06-13 12:01:35 -04:00
jake 1776173cab finally fix slow typescript compilation!
see https://github.com/stitchesjs/stitches/issues/1038
2022-06-13 06:47:29 -04:00
jake 33c210aacf less resource-intensive methods of parsing URLs 2022-06-01 18:40:57 -04:00
jake 091a41e485 type errors 2022-05-14 18:24:09 -04:00
jake 64303400a4 lengthen cache-control headers 2022-05-02 10:29:01 -04:00
jake 3547d14576 allow additional rel info for new tab links 2022-04-29 12:54:35 -04:00
jake a3870a15db fs -> fs/promises -> asyncify all note parsing 2022-04-26 17:22:44 -04:00
jake a8c1a3ba3c use safer method of concatenating absolute URLs 2022-04-07 15:29:15 -04:00
jake 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
jake f870c5c796 freeze build timestamp via an environment variable 2022-03-18 17:41:27 -04:00
jake 87848cc697 just some refactoring 2022-03-09 14:07:06 -05:00