|
|
|
|
|
by CrawfordJF
1859 days ago
|
|
A Python program to make an embeddable search engine for a static website: https://github.com/joe-crawford/Static-Site-Search It indexes the site and generates search functionality in JavaScript (the index is just a static JSON file) that can be uploaded wherever JS/HTML/etc. files can be uploaded. I thought it might be useful for people with sites on GitHub pages or similar who don't want to use one of the major search engine company widgets. Also my back of the envelope calculations were that the simple search index for a small–medium site won't be that big. |
|