Skip to content

Commit 2c0ba39

Browse files
committed
updated README file for blog search functionality
1 parent 6fcaffe commit 2c0ba39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ This project is a continuous work in progress. Here are some of the features and
9898

9999
* `[ ]` **Implement a Direct Contact Form:** To provide an alternative to the `mailto:` link, I plan to integrate a third-party service (like Formspree) to handle direct message submissions from a form on the contact page. This will require setting up the service and adding a `<form>` element to the `contact_template.html`.
100100

101-
* `[ ]` **Add Search Functionality:** Implement a client-side search feature (using JavaScript) to allow users to search for keywords across all blog posts.
101+
* `[x]` **Add Search Functionality:** Implemented a client-side search feature using vanilla JavaScript. A search index is auto-generated at build time and a floating search button (with ⌘K shortcut) opens a modal overlay to search across all blog post titles, summaries, and tags.
102102

103103
* `[ ]` **Content Expansion:**
104104
* Add more projects to the `json` file.

0 commit comments

Comments
 (0)