Mention Algolia and Lunr

This commit is contained in:
Michael Rose 2018-02-16 09:55:40 -05:00
parent a45dbb5464
commit 1d446fdeac
2 changed files with 3 additions and 2 deletions

View File

@ -10,8 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Add jQuery script.
- Add site-wide search toggle.
- Add support for Lunr search. [#48](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/48)
- Add support for Algolia search. [#48](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/48)
- Add support for [Lunr](https://lunrjs.com/) search. [#48](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/48)
- Add support for [Algolia](https://www.algolia.com/) search. [#48](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/48)
### Changed
- New installation and upgrade instructions.

View File

@ -13,6 +13,7 @@ with a few enhancements thrown in for good measure:
- Clean responsive design with [six customizable skins](#skin)
- Curriculum Vitæ/Resume layout powered by [JSON data](http://registry.jsonresume.org/)
- About page layout
- Site-wide search provided by [Algolia](https://www.algolia.com/) or [Lunr](https://lunrjs.com/).
- Disqus Comments and Google Analytics support
- SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/)