Change social media icons
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 9s Details

This commit is contained in:
Roland Thomas Jr 2023-06-16 22:38:01 -04:00
parent 8ef89bdf3a
commit 6fe3b240a1
Signed by: roland
GPG Key ID: 7C3C2B085A4C2872
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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'