From 73f03295f5baa0ab81584b6114b6c72bbd6f6891 Mon Sep 17 00:00:00 2001 From: xLexip Date: Sun, 20 Nov 2022 16:03:13 +0100 Subject: [PATCH 1/3] social: Add support for 'Buy Me A Coffee' * Icon credits: https://simpleicons.org/?q=buymeacoffee --- exampleSite/config.toml | 1 + layouts/partials/social.html | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 0423a23e..17921e0d 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -125,6 +125,7 @@ DefaultContentLanguageInSubdir = true linkedin = "https://linkedin.com/in/" xing = "https://www.xing.com/profile/" github = "https://github.com/" + buymeacoffee = "https://www.buymeacoffee.com/" medium = "https://medium.com/" reddit = "https://reddit.com/" dribbble = "https://dribbble.com/" diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 14db4a6b..cb0969d3 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -117,6 +117,32 @@ {{ end }} + {{ with .Site.Params.homepage.social.buymeacoffee }} +
  • + + + + + + +
  • + {{ end }} {{ with .Site.Params.homepage.social.medium }}
  • Date: Sun, 20 Nov 2022 16:08:47 +0100 Subject: [PATCH 2/3] social: Add support for 'XDA Developers' * Icon credits: https://simpleicons.org/?q=xda --- exampleSite/config.toml | 1 + layouts/partials/social.html | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 17921e0d..9c0b2bcf 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -130,6 +130,7 @@ DefaultContentLanguageInSubdir = true reddit = "https://reddit.com/" dribbble = "https://dribbble.com/" stackoverflow = "https://stackoverflow.com/" + xda = "https://forum.xda-developers.com/" tiktok = "https://tiktok.com" [[menu.main]] diff --git a/layouts/partials/social.html b/layouts/partials/social.html index cb0969d3..78c1a13b 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -320,6 +320,32 @@
  • {{ end }} + {{ with .Site.Params.homepage.social.xda }} +
  • + + + + + +
  • + {{ end }} {{ with .Site.Params.homepage.social.tiktok }}
  • Date: Sun, 20 Nov 2022 16:15:48 +0100 Subject: [PATCH 3/3] social: Add support for 'Telegram' * Icon credits: https://simpleicons.org/?q=telegram --- exampleSite/config.toml | 1 + layouts/partials/social.html | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9c0b2bcf..de61740f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -124,6 +124,7 @@ DefaultContentLanguageInSubdir = true twitter = "https://twitter.com/" linkedin = "https://linkedin.com/in/" xing = "https://www.xing.com/profile/" + telegram = "https://t.me/" github = "https://github.com/" buymeacoffee = "https://www.buymeacoffee.com/" medium = "https://medium.com/" diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 78c1a13b..802b3c1d 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -117,6 +117,31 @@
  • {{ end }} + {{ with .Site.Params.homepage.social.telegram }} +
  • + + + + +
  • + {{ end }} {{ with .Site.Params.homepage.social.buymeacoffee }}