]> git.otsuka.systems Git - cotsuka.github.io/commit
build optimizations and code improvement
authorCameron Otsuka <cameron@otsuka.haus>
Mon, 29 Dec 2025 00:52:19 +0000 (16:52 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Mon, 29 Dec 2025 00:52:19 +0000 (16:52 -0800)
commitb384f9ac8b495e2323d592ff2765caef405c39e4
tree128441416f267ddeace87ef16a7576de46b8cc63
parent46c4b34d3af85b0193126fd4f1ea773636852911
build optimizations and code improvement
56 files changed:
.github/dependabot.yml
.github/workflows/deploy-to-ghpages.yml
.gitignore
.prettierignore [new file with mode: 0644]
.prettierrc [new file with mode: 0644]
.vscode/settings.json
astro.config.mjs
bun.lock
eslint.config.js [new file with mode: 0644]
package.json
src/components/footer.astro
src/components/head/article.astro
src/components/head/base.astro
src/components/head/page.astro
src/components/heading.astro
src/components/metadata.astro
src/components/navigation.astro
src/components/ratingdistribution/chart.tsx
src/components/ratingdistribution/component.astro
src/components/ui/callout.astro
src/components/ui/contentlist.astro [new file with mode: 0644]
src/components/ui/figure.astro
src/components/ui/rating.astro
src/components/ui/spoiler.astro
src/components/youtube.astro
src/content.config.ts
src/layouts/article.astro
src/layouts/base.astro
src/pages/404.astro
src/pages/articles/[date]-[id]/index.astro
src/pages/articles/[date]-[id]/opengraph.png.ts
src/pages/articles/index.astro
src/pages/bitcoin.astro
src/pages/feed.xml.ts
src/pages/index.astro
src/pages/podcasts/[id]/index.astro
src/pages/podcasts/[id]/opengraph.png.ts
src/pages/podcasts/index.astro
src/pages/reviews/[category]/[id]/index.astro
src/pages/reviews/[category]/[id]/opengraph.png.ts
src/pages/reviews/index.astro
src/pages/robots.txt.ts
src/styles/reset.css
src/styles/style.css
src/utils/__tests__/formatDate.test.ts [new file with mode: 0644]
src/utils/__tests__/generateStarRating.test.ts [new file with mode: 0644]
src/utils/__tests__/sortByDate.test.ts [new file with mode: 0644]
src/utils/createOgRoutes.ts [new file with mode: 0644]
src/utils/createSlug.ts [deleted file]
src/utils/formatDate.ts
src/utils/generateContentUrl.ts
src/utils/generateOpenGraphImage.ts
src/utils/generateStarRating.ts
src/utils/globals.ts
src/utils/sortByDate.ts
tsconfig.json