j1_template_mde 2018.4.21 → 2018.4.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +5 -14
  3. data/lib/j1/version.rb +1 -1
  4. data/lib/starter_web/Gemfile +1 -1
  5. data/lib/starter_web/_config.yml +9 -1
  6. data/lib/starter_web/_data/modules/j1_jekyll_search.new.yml +115 -0
  7. data/lib/starter_web/_data/modules/j1_jekyll_search.org.yml +106 -0
  8. data/lib/starter_web/_data/modules/j1_jekyll_search.yml +23 -26
  9. data/lib/starter_web/_data/modules/j1_navigator.yml +2 -2
  10. data/lib/starter_web/assets/data/search.json +40 -21
  11. data/lib/starter_web/assets/images/icons/algolia/search-by-algolia.png +0 -0
  12. data/lib/starter_web/assets/themes/j1/core/css/theme_extensions.css +30 -8
  13. data/lib/starter_web/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
  14. data/lib/starter_web/assets/themes/j1/core/css/uno.css +30 -8
  15. data/lib/starter_web/assets/themes/j1/core/css/uno.min.css +1 -1
  16. data/lib/starter_web/assets/themes/j1/core/js/template.js +1 -1
  17. data/lib/starter_web/assets/themes/j1/core/js/template.js.map +1 -1
  18. data/lib/starter_web/assets/themes/j1/core/js/template.min.js +1 -1
  19. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +12 -7
  20. data/lib/starter_web/collections/_biography/becoming.adoc +12 -7
  21. data/lib/starter_web/collections/_biography/born-to-run.adoc +11 -6
  22. data/lib/starter_web/collections/_biography/forty-autumns.adoc +11 -6
  23. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +12 -7
  24. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +11 -6
  25. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +11 -6
  26. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +12 -7
  27. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +11 -6
  28. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +12 -7
  29. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +12 -7
  30. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +11 -6
  31. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc +11 -6
  32. data/lib/starter_web/collections/_featured/static-site-generators.adoc +10 -1
  33. data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +12 -7
  34. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +12 -7
  35. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +11 -6
  36. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +12 -7
  37. data/lib/starter_web/collections/_romance/outlander-novel.adoc +12 -7
  38. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +12 -7
  39. data/lib/starter_web/collections/posts/premium/series/_posts/2018-11-01-docker-using-shared-folders.adoc +5 -4
  40. data/lib/starter_web/collections/posts/private/wikipedia/_posts/2016-11-20-minneapolis.adoc +10 -1
  41. data/lib/starter_web/collections/posts/private/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +8 -0
  42. data/lib/starter_web/collections/posts/private/wikipedia/_posts/2016-11-26-columbia-river.adoc +8 -0
  43. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +10 -3
  44. data/lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc +10 -2
  45. data/lib/starter_web/collections/posts/public/featured/_posts/2018-06-01-top-open-source-static-site-generators.adoc +10 -3
  46. data/lib/starter_web/collections/posts/public/featured/_posts/2018-07-01-what-is-a-static-site.adoc +9 -2
  47. data/lib/starter_web/package.json +1 -1
  48. data/lib/starter_web/pages/premium/bookshelf/100_about_jekyll_collections.adoc +5 -5
  49. data/lib/starter_web/pages/premium/bookshelf/200_book_shelf_biography.adoc +7 -5
  50. data/lib/starter_web/pages/premium/bookshelf/300_book_shelf_fantasy.adoc +7 -5
  51. data/lib/starter_web/pages/premium/bookshelf/400_book_shelf_romance.adoc +7 -5
  52. data/lib/starter_web/pages/private/previewer/justified_gallery.html +8 -7
  53. data/lib/starter_web/pages/private/previewer/mdi_icons_preview.adoc +6 -6
  54. data/lib/starter_web/pages/private/previewer/twitter_emoji_preview.adoc +3 -4
  55. data/lib/starter_web/pages/public/about/about_site.adoc +4 -4
  56. data/lib/starter_web/pages/public/about/become_a_patron.adoc +7 -9
  57. data/lib/starter_web/pages/public/about/quick_search.adoc +99 -0
  58. data/lib/starter_web/pages/public/blog/navigator/archive.html +1 -0
  59. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -0
  60. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -1
  61. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -0
  62. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -0
  63. data/lib/starter_web/pages/public/legal/de/100_impress.adoc +6 -0
  64. data/lib/starter_web/pages/public/legal/de/200_terms_of_use.adoc +6 -0
  65. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +6 -0
  66. data/lib/starter_web/pages/public/legal/de/400_license_agreement.adoc +6 -0
  67. data/lib/starter_web/pages/public/legal/de/500_support.adoc +6 -0
  68. data/lib/starter_web/pages/public/legal/en/100_impress.adoc +6 -0
  69. data/lib/starter_web/pages/public/legal/en/200_terms_of_use.adoc +6 -0
  70. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +7 -1
  71. data/lib/starter_web/pages/public/legal/en/400_license_agreement.adoc +7 -1
  72. data/lib/starter_web/pages/public/legal/en/500_support.adoc +6 -0
  73. data/lib/starter_web/pages/public/panels/intro_panel.adoc +2 -2
  74. data/lib/starter_web/pages/public/panels/service_panel_components.adoc +10 -6
  75. data/lib/starter_web/pages/public/panels/service_panel_core.adoc +10 -6
  76. data/lib/starter_web/pages/public/panels/service_panel_modules.adoc +10 -6
  77. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +6 -6
  78. data/lib/starter_web/pages/public/start/bmd_examples/100_bmd_landing_page.adoc +6 -6
  79. data/lib/starter_web/pages/public/start/change_me_first.adoc +7 -7
  80. data/lib/starter_web/pages/public/start/downloads/quickstarter/100_linux_starter.adoc +4 -4
  81. data/lib/starter_web/pages/public/start/downloads/quickstarter/200_macos_starter.adoc +4 -3
  82. data/lib/starter_web/pages/public/start/downloads/quickstarter/300_windows_starter.adoc +4 -3
  83. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/000_includes/documents/{collections.adoc → collections.asciidoc} +0 -0
  84. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/000_includes/documents/{configuration.adoc → configuration.asciidoc} +0 -0
  85. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/000_includes/documents/{directory_structure.adoc → directory_structure.asciidoc} +0 -0
  86. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/000_includes/documents/{jekyll_commandline.adoc → jekyll_commandline.asciidoc} +0 -0
  87. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/000_includes/documents/{layout_inheritance.adoc → layout_inheritance.asciidoc} +0 -0
  88. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/000_includes/documents/{manage_pages.adoc → manage_pages.asciidoc} +0 -0
  89. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/000_includes/documents/{manage_posts.adoc → manage_posts.asciidoc} +0 -0
  90. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/000_includes/documents/{pagination.adoc → pagination.asciidoc} +0 -0
  91. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/000_includes/documents/{plugins.adoc → plugins.asciidoc} +0 -0
  92. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/000_includes/documents/{templates.adoc → templates.asciidoc} +0 -0
  93. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/000_includes/documents/{variables.adoc → variables.asciidoc} +0 -0
  94. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/100_introduction.adoc +4 -2
  95. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/110_preparations.adoc +4 -3
  96. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/120_getting_started.adoc +4 -3
  97. data/lib/starter_web/pages/public/start/platform.adoc +7 -6
  98. data/lib/starter_web/pages/public/start/read_me_first.adoc +7 -7
  99. data/lib/starter_web/pages/public/start/roundtrip/100_present_images.adoc +6 -7
  100. data/lib/starter_web/pages/public/start/roundtrip/200_cards.adoc +6 -5
  101. data/lib/starter_web/pages/public/start/roundtrip/300_typography.adoc +6 -5
  102. data/lib/starter_web/pages/public/start/roundtrip/400_icon_fonts.adoc +6 -4
  103. data/lib/starter_web/pages/public/start/roundtrip/500_asciidoc_extensions.adoc +6 -8
  104. data/lib/starter_web/pages/public/start/roundtrip/600_themes.adoc +4 -3
  105. data/lib/starter_web/pages/public/start/roundtrip/700_extended_modals.adoc +8 -9
  106. data/lib/starter_web/pages/public/start/roundtrip/800_search_engine.adoc +7 -9
  107. data/lib/starter_web/pages/public/teaser/100_core.adoc +6 -0
  108. data/lib/starter_web/pages/public/teaser/200_components.adoc +6 -0
  109. data/lib/starter_web/pages/public/teaser/300_modules.adoc +6 -0
  110. metadata +17 -15
  111. data/lib/starter_web/_data/modules/j1_sign_in_up.yml +0 -18
  112. data/lib/starter_web/assets/data/panel.org.html +0 -611
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fe7007a0c54fdcd30e9595f1e74490272d56d644
4
- data.tar.gz: e4b7f90ee829c8af29f7169326206628aaee21c8
3
+ metadata.gz: 0f8cdc79228d1e02018f9146a0d88bf01eda3035
4
+ data.tar.gz: 27545185ff42cbf8b19864ecee046a101fb9a9c0
5
5
  SHA512:
6
- metadata.gz: 1ad02e37d639c2f8bf890cebea4af2736a8eaa324b9887daafc76e6f9cc738b498fd6938407ac5867c3de3638d34c463940aef38d1c1f58440b7468c96d533cb
7
- data.tar.gz: e323f1f64d4ca731e4e9727805b5a44a184a011d03962078a86eff6709bb536bc9836d6d306854295fa451e3144ef3fa27ab8d90fc88000e15a97585f0a6b668
6
+ metadata.gz: d7b351d00ace9464550978ecfb12a3d3fe4181af9c3fa45b736cf9a3ae1acc176a8030e801735e6f3cbead010fdaa7cca15266520b51eab360c7e8b95fc6fcd7
7
+ data.tar.gz: 6ee35142520de486369f49024b9702404652686a61b9800d62fe9141e8202594b55560b7e006d20abbf9c43aaebdb90f8a28a36331203d3b0e6a9b34a5cf8afe
@@ -58,9 +58,9 @@
58
58
  {% assign quick_search = false %}
59
59
  {% endif %}
60
60
 
61
- {% if topsearch_options.icon_family == 'FontAwesome' or topsearch_options.icon_family == 'FontAwesome4' or topsearch_options.icon_family == 'FontAwesome5' %}
61
+ {% if topsearch_options.icon_family == 'FontAwesome' or topsearch_options.icon_family == 'FontAwesome4' or topsearch_options.icon_family == 'FontAwesome5' %}
62
62
  {% assign icon_family = 'fa' %}
63
- {% elsif topsearch_options.icon_family == 'MDI' or topsearch_options.icon_family == 'Material Design Icons'%}
63
+ {% elsif topsearch_options.icon_family == 'MDI' or topsearch_options.icon_family == 'Material Design Icons'%}
64
64
  {% assign icon_family = 'mdi' %}
65
65
  {% else %}
66
66
  {% assign icon_family = 'mdi' %}
@@ -91,10 +91,10 @@
91
91
  </div>
92
92
  <!-- [INFO ] [j1.modules.navigator.topsearch.proc ] [add search panel (hidden)] -->
93
93
  <div class="row">
94
- <div class="card panel panel-search" id="jss-panel" style="display: none">
95
- <div class="panel-heading lead">{{ search_heading_lead }}</div>
94
+ <div class="card card-flat panel-search mr-5 mb-3 ml-5" id="jss-panel" style="display: none">
95
+ {% if search_heading_lead %}<div class="panel-heading lead">{{ search_heading_lead }}</div>{% endif %}
96
96
  {% if result_heading_lead %}<div class="panel-body"><p>{{ result_heading_lead }}</p></div>{% endif %}
97
- <div class="list-group">
97
+ <div class="search-list-group mr-5 ml-2">
98
98
  <ul id="jss-results"></ul>
99
99
  </div>
100
100
  </div>
@@ -103,13 +103,4 @@
103
103
  <!-- [INFO ] [j1.modules.navigator.topsearch.proc ] [end processing: top search] -->
104
104
  {% endif %}
105
105
 
106
- {% comment %} ElasticSearch engine
107
- ---------------------------------------------------------------------------- {% endcomment %}
108
- <!-- [TODO ] [j1.modules.navigator.topsearch.proc ] [elasticsearch mode to be implemented] -->
109
- {% if elastic_search %}
110
- <div id="mod_elasticsearch" class="elasticsearch">
111
- <!-- [TODO ] [j1.modules.navigator.topsearch.proc ] [elasticsearch mode detected] -->
112
- </div>
113
- {% endif %}
114
-
115
106
  {% endif %}
data/lib/j1/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2018.4.21'
2
+ VERSION = '2018.4.22'
3
3
  end
@@ -46,7 +46,7 @@ gem 'jekyll', '~> 3.8.5'
46
46
  # Theme Rubies
47
47
  # Default: J1 Template
48
48
  #
49
- gem 'j1_template_mde', '~> 2018.4.21'
49
+ gem 'j1_template_mde', '~> 2018.4.22'
50
50
 
51
51
  # --------------------------------------------------------------------
52
52
  # PRODUCTION: Gem needed for the Jekyll and J1 prod environment
@@ -60,7 +60,7 @@ environment: development
60
60
  # anything here because version information is bumped-in by
61
61
  # the build process
62
62
  #
63
- version: 2018.4.21
63
+ version: 2018.4.22
64
64
 
65
65
 
66
66
  # ==============================================================================
@@ -754,6 +754,7 @@ defaults:
754
754
  author: J1 Team
755
755
  resources: toccer
756
756
  toc: true
757
+ adsense: true
757
758
 
758
759
  icons:
759
760
  family: MDI
@@ -783,6 +784,7 @@ defaults:
783
784
  author: J1 Team
784
785
  resources: toccer
785
786
  toc: true
787
+ adsense: true
786
788
  comments: true
787
789
 
788
790
  icons:
@@ -810,6 +812,7 @@ defaults:
810
812
  layout: post
811
813
  author: J1 Team
812
814
  toc: true
815
+ adsense: true
813
816
  comments: true
814
817
 
815
818
  icons:
@@ -835,6 +838,7 @@ defaults:
835
838
  author: Wikipedia
836
839
  resources: toccer
837
840
  toc: true
841
+ adsense: true
838
842
  comments: false
839
843
 
840
844
  icons:
@@ -860,6 +864,7 @@ defaults:
860
864
 
861
865
  values:
862
866
  layout: page
867
+ adsense: true
863
868
 
864
869
  # --------------------------------------------------------
865
870
  # Biography (Book Shelf)
@@ -870,6 +875,7 @@ defaults:
870
875
 
871
876
  values:
872
877
  layout: page
878
+ adsense: true
873
879
 
874
880
  # --------------------------------------------------------
875
881
  # Fantasy (Book Shelf)
@@ -880,6 +886,7 @@ defaults:
880
886
 
881
887
  values:
882
888
  layout: page
889
+ adsense: true
883
890
 
884
891
 
885
892
  # --------------------------------------------------------
@@ -891,6 +898,7 @@ defaults:
891
898
 
892
899
  values:
893
900
  layout: page
901
+ adsense: true
894
902
 
895
903
 
896
904
  # ==============================================================================
@@ -0,0 +1,115 @@
1
+ # ------------------------------------------------------------------------------
2
+ # ~/_data/modules/j1_jekyll_search.yml
3
+ # Default configuration for J1 SimpleJekyllSearch module
4
+ #
5
+ # Product/Info:
6
+ # https://jekyll-one.com
7
+ #
8
+ # Copyright (C) 2019 Juergen Adams
9
+ #
10
+ # J1 Template is licensed under the MIT License.
11
+ # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE
12
+ # ------------------------------------------------------------------------------
13
+
14
+ # ------------------------------------------------------------------------------
15
+ # SimpleJekyllSearch settings
16
+ #
17
+ # enabled
18
+ # Enables|Disables the use of J1 Search Manager
19
+ #
20
+ # values: boolean (true|false)
21
+ # default: false
22
+ #
23
+ # placement
24
+ # Enables|Disables the console log
25
+ #
26
+ # values: boolean (true|false)
27
+ # default: false
28
+ #
29
+ # target
30
+ # The ID used for the bootstrap theme css file
31
+ #
32
+ # values: string
33
+ # default: bootstrapTheme
34
+ #
35
+ # searchInput
36
+ # If true, a cookie will be saved with the currently selected theme
37
+ #
38
+ # values: boolean (true|false)
39
+ # default: true
40
+ #
41
+ # resultsOutput
42
+ # TBD
43
+ #
44
+ # values: string
45
+ # default:
46
+ #
47
+ # resultsContainer
48
+ # TBD
49
+ #
50
+ # values: string
51
+ # default:
52
+ #
53
+ # indexData
54
+ # TBD
55
+ #
56
+ # values: string
57
+ # default:
58
+ #
59
+ # resultTemplate
60
+ # TBD
61
+ #
62
+ # values: string
63
+ # default:
64
+ #
65
+ # resultLimit
66
+ # TBD
67
+ #
68
+ # values: string
69
+ # default:
70
+ #
71
+ # minSearchItemLen
72
+ # TBD
73
+ #
74
+ # values: string
75
+ # default:
76
+ #
77
+ # searchFuzzy
78
+ # TBD
79
+ #
80
+ # values: string
81
+ # default:
82
+ #
83
+ # searchExlude
84
+ # TBD
85
+ #
86
+ # values: string
87
+ # default:
88
+ #
89
+ enabled: true
90
+ placement: navbar
91
+ target: _blank
92
+ search_input: jss-input
93
+ results_output: jss-panel
94
+ results_container: jss-results
95
+ index_data: /assets/data/search.json
96
+ result_limit: 100
97
+ no_results_text: The search has no results
98
+ min_search_item_len: 3
99
+ search_fuzzy: false
100
+ search_exlude: [ Impress ]
101
+ result_template: >
102
+ <li>
103
+ <div class="card card-flat">
104
+ <div class="card-body">
105
+ <h4 class="card-title">{title}</h4>
106
+ <h5 class="notoc card-subtitle text-muted mb-2">{tagline}</h5>
107
+ <div class="card-text">
108
+ <p>{excerpt}</p>
109
+ </div>
110
+ <div class="card-footer">
111
+ <a class="card-link" href="{url}" target="_blank">Read more ..</a>
112
+ </div>
113
+ </div>
114
+ </div>
115
+ </li>
@@ -0,0 +1,106 @@
1
+ # ------------------------------------------------------------------------------
2
+ # ~/_data/modules/j1_jekyll_search.yml
3
+ # Default configuration for J1 SimpleJekyllSearch module
4
+ #
5
+ # Product/Info:
6
+ # https://jekyll-one.com
7
+ #
8
+ # Copyright (C) 2019 Juergen Adams
9
+ #
10
+ # J1 Template is licensed under the MIT License.
11
+ # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE
12
+ # ------------------------------------------------------------------------------
13
+
14
+ # ------------------------------------------------------------------------------
15
+ # SimpleJekyllSearch settings
16
+ #
17
+ # enabled
18
+ # Enables|Disables the use of J1 Search Manager
19
+ #
20
+ # values: boolean (true|false)
21
+ # default: false
22
+ #
23
+ # placement
24
+ # Enables|Disables the console log
25
+ #
26
+ # values: boolean (true|false)
27
+ # default: false
28
+ #
29
+ # target
30
+ # The ID used for the bootstrap theme css file
31
+ #
32
+ # values: string
33
+ # default: bootstrapTheme
34
+ #
35
+ # searchInput
36
+ # If true, a cookie will be saved with the currently selected theme
37
+ #
38
+ # values: boolean (true|false)
39
+ # default: true
40
+ #
41
+ # resultsOutput
42
+ # TBD
43
+ #
44
+ # values: string
45
+ # default:
46
+ #
47
+ # resultsContainer
48
+ # TBD
49
+ #
50
+ # values: string
51
+ # default:
52
+ #
53
+ # indexData
54
+ # TBD
55
+ #
56
+ # values: string
57
+ # default:
58
+ #
59
+ # resultTemplate
60
+ # TBD
61
+ #
62
+ # values: string
63
+ # default:
64
+ #
65
+ # resultLimit
66
+ # TBD
67
+ #
68
+ # values: string
69
+ # default:
70
+ #
71
+ # minSearchItemLen
72
+ # TBD
73
+ #
74
+ # values: string
75
+ # default:
76
+ #
77
+ # searchFuzzy
78
+ # TBD
79
+ #
80
+ # values: string
81
+ # default:
82
+ #
83
+ # searchExlude
84
+ # TBD
85
+ #
86
+ # values: string
87
+ # default:
88
+ #
89
+ enabled: true
90
+ placement: navbar
91
+ target: _blank
92
+ search_input: jss-input
93
+ results_output: jss-panel
94
+ results_container: jss-results
95
+ index_data: /assets/data/search.json
96
+ result_limit: 100
97
+ no_results_text: The search has no results
98
+ min_search_item_len: 3
99
+ search_fuzzy: false
100
+ search_exlude: [ Impress ]
101
+ result_template: >
102
+ <li>
103
+ <a href="{url}" class="result-item" target="{target}">
104
+ <p class="result-group-item">{title} · <small class="result-group-item-text">{tagline}</small> · tags: <small class="result-group-item-text">{tags}</small> </p>
105
+ </a>
106
+ </li>
@@ -39,58 +39,52 @@
39
39
  # default: true
40
40
  #
41
41
  # resultsOutput
42
- # The name of the cookie to be used to store the theme name
42
+ # TBD
43
43
  #
44
44
  # values: string
45
- # default: bootstrapTheme.name
45
+ # default:
46
46
  #
47
47
  # resultsContainer
48
- # The name of the cookie to be used to store the default theme name
48
+ # TBD
49
49
  #
50
50
  # values: string
51
- # default: bootstrapDefaultTheme.name
51
+ # default:
52
52
  #
53
53
  # indexData
54
- # The name of the cookie to be used to store the css file name
55
- # used for the theme
54
+ # TBD
56
55
  #
57
56
  # values: string
58
- # default: bootstrapTheme.css
57
+ # default:
59
58
  #
60
59
  # resultTemplate
61
- # The name of the cookie to be used to store the css file name
62
- # used for the theme
60
+ # TBD
63
61
  #
64
62
  # values: string
65
- # default: bootstrapTheme.css
63
+ # default:
66
64
  #
67
65
  # resultLimit
68
- # The name of the cookie to be used to store the css file name
69
- # used for the theme
66
+ # TBD
70
67
  #
71
68
  # values: string
72
- # default: bootstrapTheme.css
69
+ # default:
73
70
  #
74
71
  # minSearchItemLen
75
- # The name of the cookie to be used to store the css file name
76
- # used for the theme
72
+ # TBD
77
73
  #
78
74
  # values: string
79
- # default: bootstrapTheme.css
75
+ # default:
80
76
  #
81
77
  # searchFuzzy
82
- # The name of the cookie to be used to store the css file name
83
- # used for the theme
78
+ # TBD
84
79
  #
85
80
  # values: string
86
- # default: bootstrapTheme.css
81
+ # default:
87
82
  #
88
83
  # searchExlude
89
- # The name of the cookie to be used to store the css file name
90
- # used for the theme
84
+ # TBD
91
85
  #
92
86
  # values: string
93
- # default: bootstrapTheme.css
87
+ # default:
94
88
  #
95
89
  enabled: true
96
90
  placement: navbar
@@ -99,14 +93,17 @@ search_input: jss-input
99
93
  results_output: jss-panel
100
94
  results_container: jss-results
101
95
  index_data: /assets/data/search.json
102
- result_limit: 100
96
+ result_limit: 1000
103
97
  no_results_text: The search has no results
104
98
  min_search_item_len: 3
105
99
  search_fuzzy: false
106
100
  search_exlude: [ Impress ]
107
101
  result_template: >
108
102
  <li>
109
- <a href="{url}" class="result-item" target="{target}">
110
- <p class="result-group-item">{title} · <small class="result-group-item-text">{tagline}</small> · tags: <small class="result-group-item-text">{tags}</small> </p>
111
- </a>
103
+ <div>
104
+ <h4 class="result-item"> <a href="{url}" target="{target}">{title}</a> </h4>
105
+ <h6 class="result-item">{tagline}</h6>
106
+ <p class="result-group-item-text">{excerpt}</p>
107
+ <p> <small class="result-group-item-text">{tags}</small></p>
108
+ </div>
112
109
  </li>