You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+61-1Lines changed: 61 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Feature request? Check the past discussions to see if it has been brought up pre
24
24
-[Demo Blog](https://tailwind-nextjs-starter-blog.vercel.app/) - this repo
25
25
-[My personal blog](https://www.timlrx.com) - modified to auto-generate blog posts with dates
26
26
-[ben.codes blog](https://ben.codes) - Benoit's personal blog about software development ([source code](https://github.com/bendotcodes/bendotcodes))
27
-
-[tsix blog](https://tsix.top) - A front-end engineer is used to record some knowledge points in work and study *中文*
27
+
-[tsix blog](https://tsix.top) - A front-end engineer is used to record some knowledge points in work and study _中文_
28
28
-[SOTO's Blog](https://www.atksoto.com/) - A more personalized personal website upgraded from V1 ([source code](https://github.com/acsoto/soto-blog-nextjs))
29
29
30
30
Using the template? Feel free to create a PR and add your blog to this list.
@@ -253,6 +253,66 @@ See [Next.js on Netlify](https://docs.netlify.com/integrations/frameworks/next-j
253
253
5. Run `yarn build`. The generated static content is in the `out` folder.
254
254
6. Deploy the `out` folder to your hosting service of choice or run `npx serve out` to view the website locally.
255
255
256
+
## Frequently Asked Questions
257
+
258
+
### How can I customize the `kbar` search?
259
+
260
+
Add a `SearchProvider` component such as the one shown below and use it in place of the default `SearchProvider` component in `app/layout.tsx`.
261
+
262
+
`defaultActions` are the initial list of actions.
263
+
264
+
`onSearchDocumentsLoad` is a callback function that is called when the documents specified by `searchDocumentsPath` are loaded. Set `searchDocumentsPath` to `false` to disable the dynamically loaded search feature.
Using the template? Support this effort by giving a star on GitHub, sharing your own blog and giving a shoutout on Twitter or becoming a project [sponsor](https://github.com/sponsors/timlrx).
0 commit comments