Skip to content

Commit 7861080

Browse files
authored
Merge pull request #156 from aditi-n21/source
Added project to the list
2 parents 08f7ce0 + ca5de28 commit 7861080

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,5 +724,12 @@ const projectList = [
724724
description: 'Powerful Open Source Group Chat',
725725
tags: ['OpenSource', 'Chat', 'Javascript', 'Beginner', 'Python'],
726726
}
727+
{
728+
name: 'Ghost',
729+
imageSrc: 'https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Ghost-Logo.svg/1008px-Ghost-Logo.svg.png',
730+
projectLink: 'https://github.com/TryGhost/Ghost',
731+
description: ' The #1 headless Node.js CMS for professional publishing',
732+
tags: ['journalism', 'publishing', 'blogging', 'javascript', 'web-application','cms','nodejs','ember','headless-cms','jamstack'],
733+
}
727734
];
728735
export default projectList;

0 commit comments

Comments
 (0)