]> git.otsuka.systems Git - cotsuka.github.io/commit
create reusable components
authorCameron Otsuka <cameron@otsuka.haus>
Tue, 25 Aug 2026 18:43:28 +0000 (11:43 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Tue, 25 Aug 2026 18:43:28 +0000 (11:43 -0700)
commitef4badf89b22ea327967e374590e5f087f043946
tree05c2bbd468bdf9a2bfa2fa4e21055c99ec8f5dfa
parent1d756f2179dfdb54d339feaebc59c009e536d113
create reusable components
20 files changed:
src/components/entryarticle.astro [new file with mode: 0644]
src/components/head/base.astro
src/components/ratingdistribution.astro
src/components/ui/contentlist.astro
src/content.config.ts
src/pages/articles/[date]-[id]/index.astro
src/pages/articles/[date]-[id]/opengraph.png.ts
src/pages/feed.xml.ts
src/pages/podcasts/[id]/index.astro
src/pages/podcasts/[id]/opengraph.png.ts
src/pages/reviews/[type]/[id]/index.astro
src/pages/reviews/[type]/[id]/opengraph.png.ts
src/utils/generateContentUrl.ts
src/utils/generateOpenGraphImage.ts
src/utils/generateStarRating.ts
src/utils/getEntrySubtitle.ts [new file with mode: 0644]
src/utils/globals.ts
src/utils/ogFonts.ts [new file with mode: 0644]
src/utils/ogLayout.test.ts [new file with mode: 0644]
src/utils/ogLayout.ts [new file with mode: 0644]