1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-05 19:15:30 -04:00

89 Commits

Author SHA1 Message Date
jake 5a1636baa3 refactor: migrate from Biome to oxlint/oxfmt, remove contact form
- Replace Biome with oxlint + oxfmt (OXC toolchain) for linting and formatting
- Add .oxlintrc.json and .oxfmtrc.json configuration files
- Update VS Code settings and devcontainer to use oxc-vscode extension
- Remove contact form, Resend email integration, and related server action/schema
- Remove unused UI components (accordion, alert, card, tabs, toggle, etc.)
2026-04-05 19:45:18 -04:00
jake 0d6e489cc8 refactor: neon -> planetscale 2026-01-28 12:26:17 -05:00
jake b196249f25 homebrew comments system 2025-05-14 09:49:55 -04:00
jake 5058382f71 Tailwind redesign (#2387) 2025-05-02 22:04:26 -04:00
jake 430789c25d offload videos to vercel blob 2025-04-23 09:34:28 -04:00
jake 794d315c6a re-enable vercel analytics 2025-04-13 12:41:49 -04:00
jake 774c3a5d96 remove sentry (might revisit later, idk yet) 2025-04-02 14:02:42 -04:00
jake ec7c9fae54 more error handling 2025-03-31 09:15:40 -04:00
jake 87a24a98f0 sentry instrumentation 2025-03-29 20:37:28 -04:00
jake 64caf0f88b clean up middleware matcher 2025-03-28 11:06:27 -04:00
jake bbf6e9dc66 move database from postgres/prisma to redis 2025-03-27 09:21:53 -04:00
jake d714e6e99b offload videos to vercel blob storage 2025-03-19 16:14:10 -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 125a6932c2 vercel analytics ➡️ umami 2025-03-11 14:28:29 -04:00
jake 6706aa68ab refactor notes directory and front matter 2025-03-06 16:52:11 -05:00
jake c1ed417003 remove prisma accelerate extension 2025-02-14 17:26:11 -05:00
jake 83527e0c61 running back to postgres, once again... 2025-02-12 15:12:50 -05:00
jake fa5edc003f update readme and /uses 2025-02-07 14:10:20 -05:00
jake 8aabb4a66f Migrate to app router (#2254) 2025-02-07 11:33:38 -05:00
jake 563533fdb0 move from fathom to vercel analytics 2024-07-31 16:47:21 +00:00
jake 971747a161 goodbye planetscale 🪦 hello turso 👋 2024-04-01 11:12:24 -04:00
jake e1a26d5257 refactor .js files to ES modules where possible 2024-03-12 14:58:00 -04:00
jake 4bef13f4ab use standard email/SMTP for contact form instead of airtable API 2024-02-27 17:34:48 -05:00
jake ace50ff2c9 Update keybase.txt 2024-02-23 09:55:40 -05:00
jake e5c553cea8 fix /static 404s (not sure why they're happening though?) 2024-02-19 15:25:28 -05:00
jake 1a6ac7f483 migrated to supabase postgres 2024-02-07 14:55:16 -05:00
jake dbebd35c4d update /uses with latest shopping sprees 2024-01-21 13:12:51 -05:00
jake fd21451de8 major upgrade to next 14 (#1834) 2023-12-05 10:58:03 -05:00
jake fd71783e50 https://fuckyougoogle.zip 2023-06-18 11:33:59 -04:00
jake d058279609 point prisma to vercel postgres 2023-06-17 21:24:12 -04:00
jake afbdcc7b06 enable vercel analytics 2023-06-17 20:14:43 -04:00
jake cab79559e6 fix <Video /> component (downgrade react-player to 2.10.1) 2023-04-13 11:09:13 -04:00
jake 9bae48447f add nostr verication, maybe...?
https://gist.github.com/metasikander/609a538e6a03b2f67e5c8de625baed3e
2023-01-05 10:03:02 -05:00
jake c339b4df63 update /uses 2022-11-13 18:07:33 -05:00
jake d7eba0b39c switch db from fauna to prisma & planetscale (#971) 2022-06-23 17:26:13 -04:00
jake 4aaf80aec4 update /cli page 2022-05-10 20:12:03 -04:00
jake c2a5f6c94c simple 404 page 2022-04-19 18:28:45 -04:00
jake 1d3727cca0 publish "Moving from Hugo to Next.js" post 2022-04-07 13:22:17 -04:00
jake be3517e6a2 update readme and humans.txt 2022-03-14 13:12:22 -04:00
jake c2dde042b7 CSS modules ➡️ Stitches 🧵 (#799) 2022-03-03 09:18:26 -05:00
jake 0b526fd4d2 migrate y2k.app to a simple page here 2022-01-28 18:58:19 -05:00
jake 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
jake 5bf909fab5 add v3 to /previously 2022-01-26 16:17:39 -05:00
jake a406010bd2 next-mdx-remote v4 (#737) 2022-01-18 09:25:09 -05:00
jake a139447b39 remove markdown from plaintext post titles 2022-01-16 18:16:02 -05:00
jake 872846dbeb giscus comments! 2022-01-15 11:28:31 -05:00
jake b51e8a38ce passing a custom link component to mdx was unnecessary 2022-01-12 14:20:45 -05:00
jake 6436a34c59 pass mdx images through next/image for full optimization benefits 2022-01-09 22:53:10 -05:00