Minimize JSON data (#1449)
* Remove Lunr trimmer & bring back colons * Add Greek Stemmer * Translate search_placeholder_text and results_found to Greek * Minimize JSON data * Truncate Words * Move store variable into a new file * Move Lunr files into a new folder * Add defer to lunr scripts * Add search_full_content switch
This commit is contained in:

committed by
Michael Rose

parent
76b02a8c15
commit
3fb63f302d
@ -9,7 +9,7 @@ theme : "minimal-mistakes-jekyll"
|
||||
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
|
||||
|
||||
# Site Settings
|
||||
locale : "en"
|
||||
locale : "en-US"
|
||||
title : "Minimal Mistakes Development Test Site"
|
||||
title_separator : "-"
|
||||
name : "Your Name"
|
||||
@ -50,6 +50,7 @@ staticman:
|
||||
atom_feed:
|
||||
path : # blank (default) uses feed.xml
|
||||
search : true # true, false (default)
|
||||
search_full_content : true # true, false (default)
|
||||
|
||||
# SEO Related
|
||||
google_site_verification :
|
||||
|
Reference in New Issue
Block a user