https://github.com/hzooly/built-with-gridsome
Showcase of projects built with Gridsome 💚
https://github.com/hzooly/built-with-gridsome
gridsome jamstack vue
Last synced: 4 months ago
JSON representation
Showcase of projects built with Gridsome 💚
- Host: GitHub
- URL: https://github.com/hzooly/built-with-gridsome
- Owner: HZooly
- Created: 2019-09-27T10:00:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:37:58.000Z (over 2 years ago)
- Last Synced: 2025-02-06T20:14:54.088Z (4 months ago)
- Topics: gridsome, jamstack, vue
- Language: Vue
- Homepage: https://built-with-gridsome.netlify.app/
- Size: 6.88 MB
- Stars: 21
- Watchers: 3
- Forks: 21
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Built with Gridsome
[](https://app.netlify.com/sites/built-with-gridsome/deploys)
**Built with Gridsome** is a showcase of projects made with [Gridsome](https://gridsome.org).
## Add a project
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.
### Structure
```json
{
"name": "Website name",
"description": "Optional description",
"url": "https://websi.te",
"source": "https://optional.sources",
"tags": ["portfolio", "web", "optional"]
}
```*Note*: screenshot of provided URL will be automatically taken - tags are not displayed yet.
### How does it work?
Thanks to the [JAMstack](https://jamstack.org), every time `master` branch is modified, a build is triggered on [Netlify](https://www.netlify.com) and is redeployed on the CDN.