]> git.otsuka.systems Git - cotsuka.github.io/commit
implement search function (#21)
authorCameron Otsuka <2507281+cotsuka@users.noreply.github.com>
Tue, 30 Dec 2025 06:40:59 +0000 (22:40 -0800)
committerGitHub <noreply@github.com>
Tue, 30 Dec 2025 06:40:59 +0000 (22:40 -0800)
commitd61761e62eaecab9c81213f6762d4af696060444
tree31bcb7d69f74ce66947d058fc6f443be89366230
parent653cfbd93dd5152e313095b51217d94654e66f9f
implement search function (#21)
15 files changed:
astro.config.mjs
bun.lock
package.json
pagefind.yml [new file with mode: 0644]
src/components/head/base.astro
src/components/heading.astro
src/components/metadata.astro
src/components/ui/figure.astro
src/layouts/article.astro
src/pages/404.astro
src/pages/articles/[date]-[id]/index.astro
src/pages/podcasts/[id]/index.astro
src/pages/reviews/[category]/[id]/index.astro
src/pages/search.astro [new file with mode: 0644]
src/utils/globals.ts