Skip to content

Commit 6208a4c

Browse files
committed
chore: rewrod
1 parent 3f8914c commit 6208a4c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

content/english/posts/2024/12-10-adding-searchbox-to-blog-site.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@ meta_title: "Adding Searchbox to Hugo Blog!"
44
description: "How to add a searchbox to your hugoblog site."
55
date: 2024-12-10T05:00:00Z
66
image: "/images/posts/2024/adding-searchbox-to-blog-site.png"
7-
categories: ["Welcome", "Blog"]
7+
categories: ["Pizza", "Search"]
88
author: "Medcl"
9-
tags: ["search", "searchbox", "hugo"]
9+
tags: ["search", "searchbox", "hugo", "pizza","pizza-searchbox", "pizza-wasm", "wasm", "hugo"]
1010
draft: false
1111
---
1212

13+
As a static website, having a search function significantly enhances the user experience, allowing readers to locate content quickly and efficiently. Whether you’re managing a personal blog or a comprehensive documentation site, a search box is an essential feature to improve navigation and engagement.
14+
15+
In this article, we’ll guide you through the step-by-step process of integrating a search box into your Hugo-powered site. We’ll be using **Pizza**, a blazing-fast, WASM-based search engine that outperforms traditional JavaScript-based solutions. Pizza supports the complete Lucene query syntax, offering robust and versatile search capabilities for your site. From setup to customization, we’ll cover everything you need to create a powerful and seamless search experience.
16+
1317
## What is INFINI Pizza?
18+
1419
INFINI Pizza is an upcoming search engine developed by INFINI Labs, written in Rust (soon to be fully open-sourced). The basic search capabilities have already been completed, and based on the core engine of INFINI Pizza, a WASM version of the ultra-lightweight kernel is provided. This can be easily embedded into various application systems, such as websites, especially static sites or small blog systems.
1520

1621
Currently, The website of INFINI Pizza have integrated INFINI Pizza for WebAssembly. The specific search results are shown in the image below:

0 commit comments

Comments
 (0)