Grav


Make simple search search all pages

Add the following two lines to the configuration file of the Simplesearch plugin: /var/www/mailguide/user/config/plugins/simplesearch.yaml:

enabled: true
built_in_css: false
built_in_js: true
display_button: true
min_query_length: 3
route: /search
search_content: rendered
template: simplesearch_results
filter_combinator: and
ignore_accented_characters: false
order:
  by: date
  dir: desc
+ filters:
+          category: []

See also: Github issue #30

Diff highlighting

Add the following to the header of your page.md:

---
title: Grav
+ highlight:
+    theme: github
---