Assets (js/css)

The following is enabled by default


Default Theme light/dark/auto

params:
     # defaultTheme: light
     # defaultTheme: dark
@@ -52,7 +52,16 @@
 summary: "search"
 ---
 
-

For Multilingual use search.<lang>.md ex. search.es.md.

Note: Search will work only on current language, user is currently on !

ex: search.md


Draft Page indication

adds [draft] mark to indicate draft pages.


Post Cover Image

In post’s page-variables add :

cover:
+

For Multilingual use search.<lang>.md ex. search.es.md.

Note: Search will work only on current language, user is currently on !

Customizing Fusejs Options

Refer https://fusejs.io/api/options.html for Options, Add those as shown below.

params:
+    fuseOpts:
+        isCaseSensitive: false
+        shouldSort: true
+        location: 0
+        distance: 1000
+        threshold: 0.4
+        minMatchCharLength: 0
+        keys: ["title", "permalink", "summary", "content"]
+

ex: search.md


Draft Page indication

adds [draft] mark to indicate draft pages.


Post Cover Image

In post’s page-variables add :

cover:
     image: "<image path/url>"
     # can also paste direct link from external site
     # ex. https://i.ibb.co/K0HVPBd/paper-mod-profilemode.png