Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content search in strapdown.js #91

Open
Jeffrey9130 opened this issue Jul 29, 2018 · 1 comment
Open

Content search in strapdown.js #91

Jeffrey9130 opened this issue Jul 29, 2018 · 1 comment

Comments

@Jeffrey9130
Copy link

Jeffrey9130 commented Jul 29, 2018

Hi,

How can I add content searching tools in strapdown framework?

Thank you very much

@fu-sen
Copy link

fu-sen commented May 11, 2021

You could use Lunr.js.

But in this case, Strapdown.js is no longer ideal because your website is multi-page with large size pages.
I can recommend MkDocs to you:
https://github.com/mkdocs/mkdocs/

This is a static site generator with search function by Lunr.js. It can be published in converted HTML.
It also supports the Bootswatch theme, so you can achieve the same design as Strapdown.js.
https://github.com/mkdocs/mkdocs-bootswatch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants