Skip to content

Commit e321763

Browse files
committed
chore: centralize remaining project URLs in config.json and make project.html dynamic
1 parent 47c09b4 commit e321763

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@
2626
"mcpPhabricator": {
2727
"github": "https://github.com/bogusdeck/mcp-phabricator",
2828
"live": "https://github.com/bogusdeck/mcp-phabricator"
29+
},
30+
"rashtriyaTv": {
31+
"github": "https://github.com/bogusdeck/rashtriyatv-news",
32+
"live": "https://www.rashtriyatv.com/"
33+
},
34+
"reviewAuthenticityChecker": {
35+
"github": "https://github.com/bogusdeck/Text-Review-authenticity-checker",
36+
"live": "https://reviewreward-production.up.railway.app/"
37+
},
38+
"discordWelcomeBot": {
39+
"github": "https://github.com/bogusdeck/Discord-welcome-bot",
40+
"live": "https://discord.gg/7GBTuQmXAX"
2941
}
3042
},
3143
"tools": {

project.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,10 @@
227227
</p>
228228
</div>
229229
<div class="row-span-1 flex justify-around w-full">
230-
<a href="https://github.com/bogusdeck/rashtriyatv-news" target="_blank" rel="noopener noreferrer">
230+
<a data-project="rashtriyaTv" data-link-type="github">
231231
<img src="assets/images/logo/github.png" alt="githublogo" class="w-10" />
232232
</a>
233-
<a href="https://www.rashtriyatv.com/" target="_blank" rel="noopener noreferrer">
233+
<a data-project="rashtriyaTv" data-link-type="live">
234234
<img src="assets/images/logo/linkredirect.gif" alt="linkredirect" class="w-10" />
235235
</a>
236236
</div>
@@ -301,10 +301,10 @@
301301
</p>
302302
</div>
303303
<div class="row-span-1 flex justify-around w-full">
304-
<a href="https://github.com/bogusdeck/Text-Review-authenticity-checker" target="_blank" rel="noopener noreferrer">
304+
<a data-project="reviewAuthenticityChecker" data-link-type="github">
305305
<img src="assets/images/logo/github.png" alt="githublogo" class="w-10" />
306306
</a>
307-
<a href="https://reviewreward-production.up.railway.app/" target="_blank" rel="noopener noreferrer">
307+
<a data-project="reviewAuthenticityChecker" data-link-type="live">
308308
<img src="assets/images/logo/linkredirect.gif" alt="linkredirect" class="w-10" />
309309
</a>
310310
</div>
@@ -337,10 +337,10 @@
337337
</p>
338338
</div>
339339
<div class="row-span-1 flex justify-around w-full">
340-
<a href="https://github.com/bogusdeck/Discord-welcome-bot" target="_blank" rel="noopener noreferrer">
340+
<a data-project="discordWelcomeBot" data-link-type="github">
341341
<img src="assets/images/logo/github.png" alt="githublogo" class="w-10" />
342342
</a>
343-
<a href="https://discord.gg/7GBTuQmXAX" target="_blank" rel="noopener noreferrer">
343+
<a data-project="discordWelcomeBot" data-link-type="live">
344344
<img src="assets/images/logo/linkredirect.gif" alt="linkredirect" class="w-10" />
345345
</a>
346346
</div>

0 commit comments

Comments
 (0)