|
b60fbcc15c
|
clean up remaining NEXT_PUBLIC_ environment variables
|
2025-04-13 16:28:00 -04:00 |
|
|
37fa6101f6
|
refactor constants
|
2025-04-11 14:50:15 -04:00 |
|
|
eb84ec37ee
|
fix font css vars
|
2025-04-10 20:23:34 -04:00 |
|
|
cf6c2157f8
|
move documentation of environment variables into lib/env.ts
|
2025-04-09 14:48:40 -04:00 |
|
|
eb92e54fd6
|
validate environment variables at build time
|
2025-04-09 09:11:18 -04:00 |
|
|
30b6e02b83
|
backpedal a bit on caching
|
2025-04-08 09:38:44 -04:00 |
|
|
53d6f57699
|
trim some unnecessary dependencies
|
2025-04-07 12:11:04 -04:00 |
|
|
2b7f3c66a9
|
refactor font loaders/declarations
|
2025-04-02 13:49:43 -04:00 |
|
|
264fd92379
|
refactor note processing functions
|
2025-03-28 09:22:04 -04:00 |
|
|
2d42a7447e
|
include post content in rss/atom feeds
|
2025-03-27 18:02:37 -04:00 |
|
|
0080c4925b
|
have hit counter start at zero during suspense, then count up
|
2025-03-27 10:08:18 -04:00 |
|
|
bbf6e9dc66
|
move database from postgres/prisma to redis ⚡️
|
2025-03-27 09:21:53 -04:00 |
|
|
d3250bd00e
|
more caching and error handling
|
2025-03-24 11:45:48 -04:00 |
|
|
8890c1d08d
|
dayjs ➡️ date-fns
|
2025-03-21 13:20:42 -04:00 |
|
|
9fd3de8569
|
json-ld improvements
|
2025-03-21 12:02:14 -04:00 |
|
|
c134ae76fd
|
further optimize heavier note parsing functions
|
2025-03-16 16:24:42 -04:00 |
|
|
2b4a86a900
|
restore YAML frontmatter
|
2025-03-16 15:35:01 -04:00 |
|
|
7c4144a1e7
|
switch to shiki for syntax highlighting
|
2025-03-15 21:19:57 -04:00 |
|
|
5ca7e6cb22
|
extract metadata merging logic from each page into a helper function
|
2025-03-14 20:16:27 -04:00 |
|
|
6e572a8f48
|
fix post title encoding
|
2025-03-14 15:08:00 -04:00 |
|
|
3932660acc
|
pre-render optimizations
|
2025-03-14 12:51:18 -04:00 |
|
|
e162d6a46c
|
dynamic opengraph images
|
2025-03-14 08:22:32 -04:00 |
|
|
e61ca889a7
|
consistent arrow functions
|
2025-03-12 18:10:11 -04:00 |
|
|
125a6932c2
|
vercel analytics ➡️ umami
|
2025-03-11 14:28:29 -04:00 |
|
|
9229f92c0c
|
a bit more cleanup
|
2025-03-07 14:56:49 -05:00 |
|
|
354dade9aa
|
move some non-post pages to mdx
|
2025-03-07 11:53:23 -05:00 |
|
|
6706aa68ab
|
refactor notes directory and front matter
|
2025-03-06 16:52:11 -05:00 |
|
|
ba10742c9b
|
properly import and optimize/cache images in markdown files
|
2025-03-03 15:56:57 -05:00 |
|
|
c1ed417003
|
remove prisma accelerate extension
|
2025-02-14 17:26:11 -05:00 |
|
|
83527e0c61
|
running back to postgres, once again...
|
2025-02-12 15:12:50 -05:00 |
|
|
37375b766f
|
server all the actions!
|
2025-02-08 12:37:41 -05:00 |
|
|
8aabb4a66f
|
Migrate to app router (#2254)
|
2025-02-07 11:33:38 -05:00 |
|
|
f886a7cd0b
|
bump deps
|
2024-10-11 10:48:21 -04:00 |
|
|
971747a161
|
goodbye planetscale 🪦 hello turso 👋
|
2024-04-01 11:12:24 -04:00 |
|
|
e1a26d5257
|
refactor .js files to ES modules where possible
|
2024-03-12 14:58:00 -04:00 |
|
|
e66dc37c41
|
fix permalinks
|
2024-02-28 17:03:02 -05:00 |
|
|
e661ca48b8
|
add a *very* basic minifier to remove the insane amount of whitespace from compiled MDX
|
2024-02-28 14:59:01 -05:00 |
|
|
4bef13f4ab
|
use standard email/SMTP for contact form instead of airtable API
|
2024-02-27 17:34:48 -05:00 |
|
|
dbde73c63c
|
refactor "notes" into "posts" (only on the backend)
|
2024-02-26 12:08:48 -05:00 |
|
|
955cfe421f
|
remove dependency on uglify-js
|
2024-02-26 10:49:14 -05:00 |
|
|
1a6ac7f483
|
migrated to supabase postgres
|
2024-02-07 14:55:16 -05:00 |
|
|
779775d85a
|
fix remark errors by completely ignoring them so plugins can finally be bumped
|
2024-01-09 13:47:19 -05:00 |
|
|
0844b70f78
|
revert @neondatabase/serverless
|
2024-01-08 10:52:29 -05:00 |
|
|
fd21451de8
|
major upgrade to next 14 (#1834)
|
2023-12-05 10:58:03 -05:00 |
|
|
179ee92f6c
|
edge functions didn't make sense for database calls
|
2023-10-08 21:38:09 -04:00 |
|
|
14cd879207
|
migrate to prisma accelerate
https://prismaio.notion.site/Migration-Guide-For-Data-Proxy-Users-Moving-to-Prisma-Accelerate-5df9
|
2023-10-04 12:27:49 -04:00 |
|
|
2741b3ae0c
|
bump a looooooot of deps
|
2023-09-01 09:30:48 -04:00 |
|
|
b13c8259b3
|
attempt to make edge functions a tad bit lighter
|
2023-07-06 10:37:51 -04:00 |
|
|
aa64279dd8
|
convert APIs to edge functions (#1648)
|
2023-06-25 11:26:29 -04:00 |
|
|
afbdcc7b06
|
enable vercel analytics
|
2023-06-17 20:14:43 -04:00 |
|