Change social media icons
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 9s
Details
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 9s
Details
This commit is contained in:
parent
8ef89bdf3a
commit
6fe3b240a1
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue