strapdown
strapdown copied to clipboard
Content search in strapdown.js
Hi,
How can I add content searching tools in strapdown framework?
Thank you very much
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