Mention Algolia and Lunr
This commit is contained in:
parent
a45dbb5464
commit
1d446fdeac
|
@ -10,8 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
### Added
|
### Added
|
||||||
- Add jQuery script.
|
- Add jQuery script.
|
||||||
- Add site-wide search toggle.
|
- Add site-wide search toggle.
|
||||||
- Add support for Lunr 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 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
|
### Changed
|
||||||
- New installation and upgrade instructions.
|
- New installation and upgrade instructions.
|
||||||
|
|
|
@ -13,6 +13,7 @@ with a few enhancements thrown in for good measure:
|
||||||
- Clean responsive design with [six customizable skins](#skin)
|
- Clean responsive design with [six customizable skins](#skin)
|
||||||
- Curriculum Vitæ/Resume layout powered by [JSON data](http://registry.jsonresume.org/)
|
- Curriculum Vitæ/Resume layout powered by [JSON data](http://registry.jsonresume.org/)
|
||||||
- About page layout
|
- About page layout
|
||||||
|
- Site-wide search provided by [Algolia](https://www.algolia.com/) or [Lunr](https://lunrjs.com/).
|
||||||
- Disqus Comments and Google Analytics support
|
- Disqus Comments and Google Analytics support
|
||||||
- SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/)
|
- SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue