Exclude main.scss from Lunr search index

This commit is contained in:
Michael Rose
2022-05-27 11:48:46 -04:00
parent bcb15f80e7
commit 55f6e8fae5
5 changed files with 7 additions and 1 deletions

View File

@ -52,6 +52,8 @@ atom_feed:
search : true # true, false (default)
search_full_content : true # true, false (default)
search_provider : "lunr"
lunr:
search_within_pages : true
algolia:
application_id : "QB6HVGBSBA"
index_name : "dev_minimal-mistakes"