mastodon verification

This commit is contained in:
Colmaris 2025-04-01 14:27:39 +02:00
parent 79e967ad6a
commit 0842d9006b
2 changed files with 9 additions and 2 deletions

View file

@ -12,7 +12,8 @@ enableEmoji = true
ignoreErrors = ["additional-script-loading-error"] # ignore error of loading additional scripts. ignoreErrors = ["additional-script-loading-error"] # ignore error of loading additional scripts.
# traditional way: theme component resides in directory 'themes' # traditional way: theme component resides in directory 'themes'
theme = ["hugo-blog-awesome", "hugo-shortcode-gallery"] theme = ["hugo-blog-awesome", "hugo-shortcode-gallery"]
# modern way: pull in theme component as hugo module # modern way: pull in theme component as hugo module
#[module] #[module]
@ -90,6 +91,7 @@ theme = ["hugo-blog-awesome", "hugo-shortcode-gallery"]
[Languages.fr-fr.params] [Languages.fr-fr.params]
sitename = "Colmaris" sitename = "Colmaris"
fediverse_creator = "@colmaris@gts.colmaris.fr"
defaultColor = "dark" # set color mode: dark, light, auto defaultColor = "dark" # set color mode: dark, light, auto
# Setting it to 'auto' applies the color scheme based on the visitor's device color preference.If you don't specify anything, ignore this parameter, or leave it blank, # Setting it to 'auto' applies the color scheme based on the visitor's device color preference.If you don't specify anything, ignore this parameter, or leave it blank,
# the default value is set to 'auto'. # the default value is set to 'auto'.

View file

@ -15,4 +15,9 @@
<!-- End Matomo Code --> <!-- End Matomo Code -->
<!-- Mastodon--> <!-- Mastodon-->
<a rel="me" href="https://gts.colmaris.fr/@colmaris"></a> <a rel="me" href="https://gts.colmaris.fr/@colmaris"></a>
<!-- Auteur Mastodon -->
{{ with .Site.Params.fediverse_creator }}
<meta name="fediverse:creator" content="{{ . }}" />
{{ end }}