]> git.danielmrcl.dev Git - danielmrcl.dev.git/commitdiff
add mastodon as social link
authorDaniel Jr <dan@danielmrcl.dev>
Tue, 21 Apr 2026 21:04:39 +0000 (18:04 -0300)
committerDaniel Jr <dan@danielmrcl.dev>
Tue, 21 Apr 2026 21:04:39 +0000 (18:04 -0300)
Signed-off-by: Daniel Jr <dan@danielmrcl.dev>
hugo.toml

index d3ee479ace125ad3b0d21bdf40ac1b6734f7ce6f..8197d1a145d567a087cb733b7048e8f1a4a515c7 100644 (file)
--- a/hugo.toml
+++ b/hugo.toml
@@ -33,7 +33,7 @@ show_updated = true
 showReadTime = false
 pubkey = "https://danielmrcl.dev/gpg.asc"
 bitcoin = "bc1qmu7ulnq7uyc474jwcupf9y5jx7t0r63hr73tww"
-mastodon = "https://mastodon.social/@danielmrcl"
+mastodon = "https://mastodon.social/@danielmrcl" # TODO check if can be removed
 
 [params.comments]
 enabled = false
@@ -50,3 +50,6 @@ link = "https://click.danielmrcl.dev/github"
 [[params.social]]
 name = "gitlab"
 link = "https://click.danielmrcl.dev/gitlab"
+[[params.social]]
+name = "mastodon"
+link = "https://mastodon.social/@danielmrcl"