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
|
- name: Setup node.js
|
||||||
run: |
|
run: |
|
||||||
apk --update add nodejs npm git
|
apk --update add nodejs npm git
|
||||||
- name: Check out repository code
|
- name: Check out repository code recursively
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
|
@ -19,6 +19,10 @@ ShowReadingTime = true
|
||||||
Title = "Roland Thomas Jr \U0001F525"
|
Title = "Roland Thomas Jr \U0001F525"
|
||||||
Content = 'Welcome to my blog'
|
Content = 'Welcome to my blog'
|
||||||
|
|
||||||
|
[[params.socialIcons]]
|
||||||
|
name = 'twitter'
|
||||||
|
url = 'https://twitter.com/rolandthomasjr'
|
||||||
|
|
||||||
[[params.socialIcons]]
|
[[params.socialIcons]]
|
||||||
name = 'mastodon'
|
name = 'mastodon'
|
||||||
url = 'https://mastodon.social/@rolandtjr'
|
url = 'https://mastodon.social/@rolandtjr'
|
||||||
|
@ -31,10 +35,6 @@ ShowReadingTime = true
|
||||||
name = 'codewars'
|
name = 'codewars'
|
||||||
url = 'https://www.codewars.com/users/rolandtjr'
|
url = 'https://www.codewars.com/users/rolandtjr'
|
||||||
|
|
||||||
[[params.socialIcons]]
|
|
||||||
name = 'hackerrank'
|
|
||||||
url = 'https://www.hackerrank.com/roland26'
|
|
||||||
|
|
||||||
[[params.socialIcons]]
|
[[params.socialIcons]]
|
||||||
name = 'credly'
|
name = 'credly'
|
||||||
url = 'https://credly.com/users/roland-thomas-jr'
|
url = 'https://credly.com/users/roland-thomas-jr'
|
||||||
|
|
Loading…
Reference in New Issue