From 6fe3b240a1ae985fcbb44e4997712ccba63eaa0e Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Fri, 16 Jun 2023 22:38:01 -0400 Subject: [PATCH] Change social media icons --- .gitea/workflows/build.yml | 2 +- hugo.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 8a0daa1..03aa894 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - name: Setup node.js run: | apk --update add nodejs npm git - - name: Check out repository code + - name: Check out repository code recursively uses: actions/checkout@v3 with: submodules: recursive diff --git a/hugo.toml b/hugo.toml index bdc567f..6d2d4e5 100644 --- a/hugo.toml +++ b/hugo.toml @@ -19,6 +19,10 @@ ShowReadingTime = true Title = "Roland Thomas Jr \U0001F525" Content = 'Welcome to my blog' + [[params.socialIcons]] + name = 'twitter' + url = 'https://twitter.com/rolandthomasjr' + [[params.socialIcons]] name = 'mastodon' url = 'https://mastodon.social/@rolandtjr' @@ -31,10 +35,6 @@ ShowReadingTime = true name = 'codewars' url = 'https://www.codewars.com/users/rolandtjr' - [[params.socialIcons]] - name = 'hackerrank' - url = 'https://www.hackerrank.com/roland26' - [[params.socialIcons]] name = 'credly' url = 'https://credly.com/users/roland-thomas-jr'