diff --git a/CHANGELOG.md b/CHANGELOG.md index dae2baf..39ffae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 07408be..f7ecf67 100644 --- a/README.md +++ b/README.md @@ -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/)