--- import "@npm/minisearch/dist/es/index.js"; import Layout from "@layouts/Layout.astro"; import AddonLinks from "@components/blocks/links/AddonLinks.astro"; import { getPopularPosts } from "@utils/getPopularPosts.js"; import { fetchAllPosts } from "@data/posts.js"; import { fetchAnalyticsData } from "@data/analytics.js"; import { fetchLinks } from "@data/links.js"; export const prerender = true; const [analytics, links, posts] = await Promise.all([ fetchAnalyticsData(), fetchLinks(), fetchAllPosts(), ]); const popularPosts = getPopularPosts(posts, analytics); const title = "Search"; const description = "Search for posts, links, artists, genres, movies, shows and books on my site."; ---

Search

You can find posts, links, artists, genres, movies, shows and books via the field below (though it only surfaces movies and shows I've watched and books I've written something about).

Filter by type