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'