Skip to content

Commit 14db867

Browse files
authored
Merge pull request #125 from rl404/develop
Develop
2 parents 647ed09 + f7fe39e commit 14db867

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

src/lib/const.ts

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,24 @@ export const data = {
277277
],
278278
projects: {
279279
personal: [
280+
{
281+
name: 'Fairy',
282+
description: 'General tools for easier and simpler development.',
283+
link: 'https://github.com/rl404/fairy',
284+
tags: ['go']
285+
},
286+
{
287+
name: 'Image Randomizer',
288+
description: 'Simple website to generate random image from chosen image list.',
289+
link: 'https://github.com/rl404/image-randomizer',
290+
tags: ['go', 'postgresql', 'nodejs', 'react', 'docker', 'kubernetes']
291+
},
292+
{
293+
name: 'Nyaa X Discord',
294+
description: 'Discord bot to notify Nyaa updates.',
295+
link: 'https://github.com/rl404/nyaa-x-discord',
296+
tags: ['go', 'mongodb', 'docker', 'kubernetes']
297+
},
280298
{
281299
name: 'Ikazuchi',
282300
description: 'Explore anime database with Bakemonogatari theme.',
@@ -351,13 +369,7 @@ export const data = {
351369
description: 'Unofficial golang API wrapper for flip.id.',
352370
link: 'https://github.com/rl404/flip-go',
353371
tags: ['go']
354-
},
355-
{
356-
name: 'Fairy',
357-
description: 'General tools for easier and simpler development.',
358-
link: 'https://github.com/rl404/fairy',
359-
tags: ['go']
360-
},
372+
},
361373
{
362374
name: 'Verniy',
363375
description: 'Unofficial Anilist graphql api wrapper.',
@@ -376,19 +388,7 @@ export const data = {
376388
description: 'Auto generate MyAnimeList anime/manga CSS cover.',
377389
link: 'https://github.com/rl404/mal-cover',
378390
tags: ['go', 'docker', 'kubernetes']
379-
},
380-
{
381-
name: 'Nyaa X Discord',
382-
description: 'Discord bot to notify Nyaa updates.',
383-
link: 'https://github.com/rl404/nyaa-x-discord',
384-
tags: ['go', 'mongodb', 'docker', 'kubernetes']
385-
},
386-
{
387-
name: 'Image Randomizer',
388-
description: 'Simple website to generate random image from chosen image list.',
389-
link: 'https://github.com/rl404/image-randomizer',
390-
tags: ['go', 'postgresql', 'nodejs', 'react', 'docker', 'kubernetes']
391-
}
391+
}
392392
],
393393
work: [
394394
{

0 commit comments

Comments
 (0)