Built with Gridsome is a showcase of projects made with Gridsome.
The only and easy way to add a project to the list is to edit projects.json
file.
Then create a Pull Request on this repository, once merged, it will rebuild the site and republish it.
{
"name": String,
"description": String, // optional
"url": String,
"source": String, // optional
"tags": Array<String> // optional
}
Note: screenshot of provided URL will be automatically taken - tags are not displayed yet.
Thanks to the JAMstack, every time master
branch is modified, a build is triggered on Netlify and is redeployed on the CDN.