1
0
mirror of https://github.com/thangisme/notes.git synced 2025-10-12 14:34:02 -04:00

Update _config.yml

This commit is contained in:
Patrick Marsceill
2019-09-09 16:29:51 -04:00
committed by GitHub
parent ff106641b0
commit 423b8c9f46

View File

@@ -27,10 +27,8 @@ exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "pac
# Enable or disable the site search # Enable or disable the site search
search_enabled: true search_enabled: true
# Set the search token separator # Set the search token separator for hyphenated-word search:
search_tokenizer_separator: /[\s\-/]+/ search_tokenizer_separator: /[\s/]+/
# For hyphenated-word search:
# search_tokenizer_separator: /[\s/]+/
# Enable or disable heading anchors # Enable or disable heading anchors
heading_anchors: true heading_anchors: true