{"id":13735045,"url":"https://github.com/cosmicjs/gridsome-blog","last_synced_at":"2025-07-09T18:31:42.596Z","repository":{"id":39560326,"uuid":"168090947","full_name":"cosmicjs/gridsome-blog","owner":"cosmicjs","description":"Blazing fast blog built using Gridsome that utilizes the power of Cosmic. ","archived":false,"fork":false,"pushed_at":"2022-12-10T16:43:04.000Z","size":2272,"stargazers_count":9,"open_issues_count":24,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-05T04:51:13.554Z","etag":null,"topics":["api","cms","cosmicjs","gridsome","vuejs"],"latest_commit_sha":null,"homepage":"https://cosmicjs.com/apps/gridsome-blog","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cosmicjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-29T04:48:26.000Z","updated_at":"2023-08-19T12:40:06.000Z","dependencies_parsed_at":"2022-09-20T05:04:15.176Z","dependency_job_id":null,"html_url":"https://github.com/cosmicjs/gridsome-blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cosmicjs/gridsome-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Fgridsome-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Fgridsome-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Fgridsome-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Fgridsome-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosmicjs","download_url":"https://codeload.github.com/cosmicjs/gridsome-blog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Fgridsome-blog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502387,"owners_count":23618587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","cms","cosmicjs","gridsome","vuejs"],"created_at":"2024-08-03T03:01:02.435Z","updated_at":"2025-07-09T18:31:41.502Z","avatar_url":"https://github.com/cosmicjs.png","language":"Vue","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Gridsome + Cosmic JS\n\n\u003e This repo contains an example blog website that is built with [Gridsome](https://gridsome.org/), and [Cosmic JS](https://www.cosmicjs.com).\n\n\u003e [See live demo hosted on Netlify](https://gridsome-blog-cosmicjs.netlify.com/)\n\n\u003e Uses the [Cosmic JS Gridsome Source Plugin](https://www.npmjs.com/package/gridsome-source-cosmicjs)\n\n## Prerequisites\n\n- Node (I recommend using v8.2.0 or higher)\n- [Gridsome CLI](https://gridsome.org/docs)\n\n## Install\n\n``` bash\n# Make sure that you have the Gatsby CLI program installed\nnpm install --global @gridsome/cli\n\n# run from your CLI\ngridsome new gridsome-blog https://github.com/cosmicjs/gridsome-blog\n```\nIn `gridsome.config.js` you need to add configuration for your Cosmic JS Bucket\n\n``` javascript\nplugins: [\n  {\n    resolve: 'gridsome-source-cosmicjs',\n    options: {\n      bucketSlug: '', /* bucket slug */\n      objectTypes: ['posts', 'settings'], /* object slugs you want to populate */\n      apiAccess: {\n        read_key: '', /* optional but recommended */\n      }\n    }\n  }\n],\n```\n\nThen\n\n``` bash\n# Then you can run it by\ncd gridsome-blog\nnpm run develop\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmicjs%2Fgridsome-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosmicjs%2Fgridsome-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmicjs%2Fgridsome-blog/lists"}