diff --git a/README.md b/README.md index 5828bb3..f1bf4c4 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ These settings are included in the site's meta section. These settings to display your social accounts. +- `codeberg`: Your [Codeberg](https://codeberg.org) username. - `github`: Your [Github](https://github.com) username. - `instagram`: Your [Instagram](https://www.instagram.com) username. - `xing`: Your [Xing](https://www.xing.com) username. diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index b94b282..608aa97 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -34,6 +34,7 @@ keywords = "minimalist,blog,goa,hugo,developer" ## Social Accounts [params.social] +codeberg = "" github = "" instagram = "" linkedin = "" diff --git a/layouts/partials/social.html b/layouts/partials/social.html index a0deb59..c3cbfa4 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -1,13 +1,13 @@