From c068133cd179350f3bb8bf648f8cdb5dbbe4bdf3 Mon Sep 17 00:00:00 2001 From: Sped0n Date: Fri, 3 Nov 2023 14:26:28 +0800 Subject: [PATCH] feat(params.toml): add unifiedAlt parameter to allow setting a unified alt text for all images in the page --- exampleSite/config/_default/params.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 5d28278..97c52b2 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -2,8 +2,13 @@ description = "Bridget is a minimal Hugo theme designed for photographers / visual artists." # use bundled js and css # * if you want to build the js and css from scratch, set this to false and run `npm install` and `npm run build` -# * tldr: set this to false if you want to edit the js and css -bundled = false +# * tldr: set this to false if you want to develop and edit the js and css +bundled = true + +# page config +[page] +# unified alt text for all images in the page +unifiedAlt = '' # Site verification code for Google/Bing/Yandex/Pinterest/Baidu [verification]