From f373a609b9f88c1bd3c598254b67182c2571f6e2 Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Mon, 10 Mar 2025 12:17:52 +0100 Subject: [PATCH] added codeberg, changed sequence of social links, changed documentation & sample site --- README.md | 1 + exampleSite/hugo.toml | 1 + layouts/partials/social.html | 15 +++++++++------ static/simple-icons/codeberg.svg | 1 + 4 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 static/simple-icons/codeberg.svg 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 @@