Static Site Generator Fulltext Search
Site-wide search using pagefind
Posts
| 2025-10-26
(updated 2025-10-27)
| 3 min read
#hugo
#pagefind
#search
Series: Tech Behind the Blog
I recently rebuilt my blog from scratch, see the previous post in this series.
One thing I wanted to add was site-wide search without any external dependencies. Since I have previous experience with a tool called pagefind, which is perfect for this use case, I implemented it with that.