You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Split pages into sections that can be searched individually
15
+
# Supports 1 - 6, default: 2
16
+
heading_level: 2
17
+
# Maximum amount of previews per search result
18
+
# Default: 3
19
+
previews: 3
20
+
# Maximum amount of words to display before a matched word in the preview
21
+
# Default: 5
22
+
preview_words_before: 5
23
+
# Maximum amount of words to display after a matched word in the preview
24
+
# Default: 10
25
+
preview_words_after: 10
26
+
# Set the search token separator
27
+
# Default: /[\s\-/]+/
28
+
# Example: enable support for hyphenated search words
29
+
tokenizer_separator: /[\s/]+/
30
+
# Display the relative url in search results
31
+
# Supports true (default) or false
32
+
rel_url: true
33
+
# Enable or disable the search button that appears in the bottom right corner of every page
34
+
# Supports true or false (default)
35
+
button: false
36
+
37
+
38
+
# Heading anchor links appear on hover over h1-h6 tags in page content
39
+
# allowing users to deep link to a particular heading on a page.
40
+
#
41
+
# Supports true (default) or false
42
+
heading_anchors: true
43
+
44
+
45
+
# Footer content
46
+
# appears at the bottom of every page's main content
47
+
# Note: The footer_content option is deprecated and will be removed in a future major release. Please use `_includes/footer_custom.html` for more robust markup / liquid-based content.
0 commit comments