feat: add a search page and tags page #51
Replies: 6 comments
-
Other small suggestions:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestions and detailed instructions @jerry011235. Regarding tags, I am open to considering this. I will have a look at it when I get some time.
So, I prefer something which:
This means we have to implement it using JS libraries like Fuse.js. |
Beta Was this translation helpful? Give feedback.
-
Hi, @hugo-sid,
I couldn't agree more, the privacy is really important. If using the JS library,I suggest that Search Result Highlighting/Context, just like the effect below.This feels better for the user experience. I don't like the PaperMod search effect , because there is no context on the search results page after entering a keyword(The keyword is in a post), and the keyword is not highlighted. Other Information: Third-Party Search Tools: |
Beta Was this translation helpful? Give feedback.
-
i always liked how https://wordpress.com/theme/twentyfourteen does it. it shows a little search icon, click on it reveals an input field, when you submit it takes you to google results on your website. |
Beta Was this translation helpful? Give feedback.
-
I would really like to have support for tags in posts. |
Beta Was this translation helpful? Give feedback.
-
And regarding client site search there is for example this guide for Hugo (using https://www.fusejs.io/ ): |
Beta Was this translation helpful? Give feedback.
-
It would be perfect to add a search page and tags page.
tags page refer to
https://github.com/adityatelange/hugo-PaperMod/blob/master/layouts/_default/terms.html
search page demo (a very simple google site search)
2.1 Create
search.html
inlayouts\_default
folder.2.2 Create
search.md
inblog\content
folder.2.3 config.toml
Finally add favorite css and that's all.
Beta Was this translation helpful? Give feedback.
All reactions