Commit graph

7 commits

Author SHA1 Message Date
2f68ed528b chore: fix typo in font list 2025-08-21 00:00:31 -07:00
b304e2ac9f feat: metadata generation library
this takes what i love about 'next/meta' (originally imported via my
'next-metadata' port) and consolidates it into a simple 250 line
library. instead of supporting all meta tags under the sun, only the
most essential ones are exposed. less common meta tags can be added with
JSX under the 'extra' field.

a common problem i had with next-metadata was that open graph embeds
copied a lot of data from the main meta tags. to solve this, a highly
opiniated 'embed' option exists, which simply passing '{}' will trigger
the default behavior of copying the meta title, description, and
canonical url into the open graph meta tags.
2025-08-15 22:31:28 -07:00
c9d24a4fdd feat: font subsetting 2025-08-14 20:35:33 -07:00
dec10df6ba add "source of truth" server to replace the old cache url 2025-08-02 20:56:36 -04:00
21da65a9f1 throw in the file viewer 2025-08-02 20:56:36 -04:00
7bd2a90f7f work on porting paperclover.net and also some tests 2025-08-02 20:56:36 -04:00
96b08a9d7e primative backend support 2025-06-08 15:12:04 -07:00
Renamed from src/sections.ts (Browse further)