You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
296
+
},
297
+
],
285
298
// Display articles from your medium or dev account. (Optional)
286
299
blog: {
287
300
source: 'dev', // medium | dev
@@ -473,7 +486,7 @@ Your avatar and bio will be fetched from GitHub automatically.
473
486
474
487
### Social Links
475
488
476
-
You can link your social media services you're using, including LinkedIn, Twitter, Mastodon, Facebook, Instagram, YouTube, Dribbble, Behance, Medium, dev, Stack Overflow, Skype, Telegram, personal website, phone and email.
489
+
You can link your social media services you're using, including LinkedIn, Twitter, Mastodon, ResearchGate, Facebook, Instagram, YouTube, Dribbble, Behance, Medium, dev, Stack Overflow, Skype, Telegram, personal website, phone and email.
Provide your academic publishing in `publications`.
680
+
681
+
```ts
682
+
// gitprofile.config.ts
683
+
const CONFIG = {
684
+
// ...
685
+
publications: [
686
+
{
687
+
title: 'Publication Title',
688
+
conferenceName: 'Conference Name',
689
+
journalName: 'Journal Name',
690
+
authors: 'John Doe, Jane Smith',
691
+
link: 'https://example.com',
692
+
description:
693
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
694
+
},
695
+
],
696
+
};
697
+
```
698
+
699
+
Empty array will hide the publications section.
700
+
663
701
### Blog Posts
664
702
665
703
If you have [medium](https://medium.com) or [dev](https://dev.to) account, you can show your recent blog posts in here just by providing your medium/dev username. You can limit how many posts to display (Max is `10`).
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
145
+
},
146
+
{
147
+
title: 'Publication Title',
148
+
conferenceName: 'Conference Name',
149
+
journalName: '',
150
+
authors: 'John Doe, Jane Smith',
151
+
link: 'https://example.com',
152
+
description:
153
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
154
+
},
155
+
],
135
156
// Display articles from your medium or dev account. (Optional)
136
157
blog: {
137
158
source: 'dev',// medium | dev
138
159
username: 'arifszn',// to hide blog section, keep it empty
139
-
limit: 3,// How many articles to display. Max is 10.
160
+
limit: 2,// How many articles to display. Max is 10.
140
161
},
141
162
googleAnalytics: {
142
163
id: '',// GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX
0 commit comments