diff --git a/README.md b/README.md index 68c6415..5828bb3 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ These settings to display your social accounts. - `twitter`: Your [Twitter](https://twitter.com) username. - `bsky`: Your [Bluesky](https://bluesky.app) username. - `mastodon`: Your [Mastodon](https://mastodon.social) server/@username. +- `threads`: Your [Threads](https://www.threads.net) username. - `facebook`: Your [Facebook](https://www.facebook.com) username. - `google`: Your [Google](https://www.google.com) username. - `googlescholar`: Your [Google Scholar](https://scholar.google.com) account ID. [How to get this ID](#google-scholar) diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index f4b4bda..b94b282 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -40,6 +40,7 @@ linkedin = "" twitter = "" mastodon = "/@" bsky = "" +threads = "" facebook = "" google = "" googlescholar = "" diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 282b023..31e6251 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -9,6 +9,9 @@ {{ end }} {{ with .Site.Params.social.google }} + + {{ end }} + {{ with .Site.Params.social.threads }} {{ end }} {{ with .Site.Params.social.googlescholar}}