sc0ttj / mdsh

A simple static site generator, using Markdown and Bash
https://sc0ttj.github.io/mdsh/
10 stars 0 forks source link

Add site search #22

Closed sc0ttj closed 5 years ago

sc0ttj commented 5 years ago

Create a search.html in the root dir, use some JS or whatever so users can search all content on the site, and get relevant articles/pages/posts listed as clickable links to the actual content.

Use something like:

Services:

Gists:

Or custom implementation:

Fallback:

Link to https://www.google.com/search?&q=site%3Axxxxx.com

sc0ttj commented 5 years ago

Also

sc0ttj commented 5 years ago
sc0ttj commented 5 years ago

Done - implemented using Jets. Closing...