diff --git a/hugo.toml b/hugo.toml index a05b094b..f3877a3b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1247,12 +1247,14 @@ absolute_url = false # Whether to enable anchorify for headings in search results. anchorify = true +# Algolia search configuration. [params.search.algolia] index = "" app_id = "" search_key = "" -# https://fusejs.io/api/options.html +# Fuse.js search configuration. +# See: [Fuse.js options](https://fusejs.io/api/options.html) [params.search.fuse] is_case_sensitive = false min_match_char_length = 2 @@ -1738,7 +1740,7 @@ data = "" # Compatibility configuration. [params.compatibility] # Whether to use Polyfill.io on cdnjs to be compatible with older browsers. -# https://cdnjs.cloudflare.com/polyfill. +# See: https://cdnjs.cloudflare.com/polyfill. polyfill = false # Whether to use object-fit-images to be compatible with older browsers. object_fit = false diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index 979b146c..1c0611c1 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -1,4 +1,4 @@ -{{- hugo.Store.Set "version" "v1.0.0-mrg7pi5y" -}} +{{- hugo.Store.Set "version" "v1.0.0-mrgtrffv" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}