Closed
Description
- This is a question about using the theme.
- This is a feature request.
- I believe this to be a bug with the theme.
- I have updated all gems with
bundle update
. - I have tested locally with
bundle exec jekyll build
.
- I have updated all gems with
Information
The site search is a great feature; I can't find much info here, though: https://mmistakes.github.io/minimal-mistakes/docs/configuration/#site-search - simply enabling search: true
in _config.yml
makes it possible to search through _posts
, but it doesn't seem to index _pages
.
How can I make the search feature include all texts in _pages
as well?