mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-18 20:19:30 -07:00
feat(params.toml): add unifiedAlt parameter to allow setting a unified alt text for all images in the page
This commit is contained in:
@@ -2,8 +2,13 @@
|
|||||||
description = "Bridget is a minimal Hugo theme designed for photographers / visual artists."
|
description = "Bridget is a minimal Hugo theme designed for photographers / visual artists."
|
||||||
# use bundled js and css
|
# 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`
|
# * 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
|
# * tldr: set this to false if you want to develop and edit the js and css
|
||||||
bundled = false
|
bundled = true
|
||||||
|
|
||||||
|
# page config
|
||||||
|
[page]
|
||||||
|
# unified alt text for all images in the page
|
||||||
|
unifiedAlt = ''
|
||||||
|
|
||||||
# Site verification code for Google/Bing/Yandex/Pinterest/Baidu
|
# Site verification code for Google/Bing/Yandex/Pinterest/Baidu
|
||||||
[verification]
|
[verification]
|
||||||
|
|||||||
Reference in New Issue
Block a user