# ------------------------------------------------------------------------------ # ~/_data/modules/j1_jekyll_search.yml # Default configuration for J1 SimpleJekyllSearch module # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------ # SimpleJekyllSearch settings # # enabled # Enables|Disables the use of J1 Search Manager # # values: boolean (true|false) # default: false # # placement # Enables|Disables the console log # # values: boolean (true|false) # default: false # # target # The ID used for the bootstrap theme css file # # values: string # default: bootstrapTheme # # searchInput # If true, a cookie will be saved with the currently selected theme # # values: boolean (true|false) # default: true # # resultsOutput # The name of the cookie to be used to store the theme name # # values: string # default: bootstrapTheme.name # # resultsContainer # The name of the cookie to be used to store the default theme name # # values: string # default: bootstrapDefaultTheme.name # # indexData # The name of the cookie to be used to store the css file name # used for the theme # # values: string # default: bootstrapTheme.css # # resultTemplate # The name of the cookie to be used to store the css file name # used for the theme # # values: string # default: bootstrapTheme.css # # resultLimit # The name of the cookie to be used to store the css file name # used for the theme # # values: string # default: bootstrapTheme.css # # minSearchItemLen # The name of the cookie to be used to store the css file name # used for the theme # # values: string # default: bootstrapTheme.css # # searchFuzzy # The name of the cookie to be used to store the css file name # used for the theme # # values: string # default: bootstrapTheme.css # # searchExlude # The name of the cookie to be used to store the css file name # used for the theme # # values: string # default: bootstrapTheme.css # enabled: true placement: navbar target: _blank search_input: jss-input results_output: jss-panel results_container: jss-results index_data: /assets/data/search.json result_limit: 100 no_results_text: The search has no results min_search_item_len: 3 search_fuzzy: false search_exlude: [ Impress ] result_template: >
{title} · {tagline} · tags: {tags}