Added social links to Skype and Telegram

This commit is contained in:
Christian Sarnataro
2023-02-11 00:10:29 +01:00
parent 382e3835b2
commit e643996019
5 changed files with 29 additions and 2 deletions

View File

@@ -221,6 +221,8 @@ const config = {
dev: '',
stackoverflow: '',
website: '',
skype: '',
telegram: '',
phone: '',
email: '',
},
@@ -442,7 +444,7 @@ Your avatar and bio will be fetched from GitHub automatically.
### Social Links
You can link your social media services you're using, including LinkedIn, Twitter, Facebook, Instagram, Dribbble, Behance, Medium, dev, Stack Overflow, personal website, phone and email.
You can link your social media services you're using, including LinkedIn, Twitter, Facebook, Instagram, Dribbble, Behance, Medium, dev, Stack Overflow, Skype, Telegram, personal website, phone and email.
```js
// gitprofile.config.js
@@ -459,6 +461,8 @@ module.exports = {
dev: '',
stackoverflow: '',
website: '',
skype: '',
telegram: '',
phone: '',
email: '',
},