{"id":15506573,"url":"https://github.com/simply007/gridsome-starter-default-kontent","last_synced_at":"2026-01-19T04:01:54.888Z","repository":{"id":94605178,"uuid":"301709589","full_name":"Simply007/gridsome-starter-default-kontent","owner":"Simply007","description":"Barebones starter for Gridsome.","archived":false,"fork":false,"pushed_at":"2020-10-07T09:07:21.000Z","size":297,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T22:27:48.358Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Simply007.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-06T11:51:09.000Z","updated_at":"2020-10-07T09:07:24.000Z","dependencies_parsed_at":"2023-03-17T08:30:54.749Z","dependency_job_id":null,"html_url":"https://github.com/Simply007/gridsome-starter-default-kontent","commit_stats":{"total_commits":41,"total_committers":9,"mean_commits":4.555555555555555,"dds":0.6585365853658536,"last_synced_commit":"413df0b79a2c099e2946f9b4b5a1ffe8112ec0f2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Simply007/gridsome-starter-default-kontent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fgridsome-starter-default-kontent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fgridsome-starter-default-kontent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fgridsome-starter-default-kontent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fgridsome-starter-default-kontent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Simply007","download_url":"https://codeload.github.com/Simply007/gridsome-starter-default-kontent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fgridsome-starter-default-kontent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28561613,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-02T09:28:28.587Z","updated_at":"2026-01-19T04:01:54.872Z","avatar_url":"https://github.com/Simply007.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gridsome Starter Default with Kontent\n\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/Simply007/gridsome-starter-default-kontent/master/LICENSE)\n[![Stack Overflow](https://img.shields.io/badge/Stack%20Overflow-ASK%20NOW-FE7A16.svg?logo=stackoverflow\u0026logoColor=white)](https://stackoverflow.com/tags/kentico-cloud)\n[![Live demo](https://img.shields.io/badge/-Live%20Demo-brightgreen.svg)](https://gridsome-starter-default-kontent.netlify.app/)\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/f547d859-c6df-43fb-a936-97f7744cb2aa/deploy-status)](https://app.netlify.com/sites/gridsome-starter-default-kontent/deploys)\n\nBare-bones starter for [Gridsome](https://github.com/gridsome/gridsome). Basically clone of the [Default starter for Gridsome](https://github.com/gridsome/gridsome-starter-default) utilizing [Kentico Kontent](https://kontent.ai) as a data source via [Gridsome source plugin for Kontent](https://gridsome.org/plugins/@meeg/gridsome-source-kentico-kontent).\n\n![Page Screenshot](./screenshot.png)\n\n## Getting Started\n\n### Requirements\n\n+ [Node.js](https://nodejs.org/)\n\n### Install Gridsome CLI tool if you don't have\n\n`npm install --global @gridsome/cli`\n\n### Create codebase\n\n1. Click on \"Use this repository\" button to [create your own repository from this template](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template).\n\n### Create content source\n\n1. Go to [app.kontent.ai](https://app.kontent.ai) and [create empty project](https://docs.kontent.ai/tutorials/set-up-kontent/projects/manage-projects#a-creating-projects)\n1. Go to \"Project Settings\", select API keys and copy\n    + Project ID\n1. Install [Kontent Backup Manager](https://github.com/Kentico/kontent-backup-manager-js) and import data to newly created project from [`kontent-backup.zip`](./kontent-backup.zip) file (place appropriate values for `apiKey` and `projectId` arguments):\n\n    ```sh\n    npm i -g @kentico/kontent-backup-manager\n\n    kbm --action=restore --apiKey=\u003cManagement API key\u003e\n        --projectId=\u003cProject ID\u003e --zipFilename=kontent-backup\n    ```\n\n    \u003e Alternatively, you can use the [Template Manager UI](https://kentico.github.io/kontent-template-manager/import-from-file) for importing the content.\n\n1. Go to your Kontent project and [publish all the imported items](https://docs.kontent.ai/tutorials/write-and-collaborate/publish-your-work/publish-content-items).\n\n### Join codebase and content data\n\nCopy [`.env.template`](`./.env.template`) and name it `.env` then set the `KONTENT_PROJECT_ID` environment variable to value from Kontent -\u003e \"Project Settings\" -\u003e  API keys -\u003e Project ID.\n\n**You are now ready to use the site as your own!**\n\n## Development\n\nInstall the dependencies and run development environment\n\n```sh\nnpm install  \nnpm run develop\n```\n\n## Site production build\n\nInstall the dependencies and run production build\n\n```sh\nnpm install\nnpm run build\n```\n\n## Deploy with Netlify\n\nNetlify can run in any frontend web environment, but the quickest way to try it out is by running it on a pre-configured starter site with Netlify. Use the button below to build and deploy your own copy of the repository:\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/Simply007/gridsome-starter-default-kontent)\n\nAfter clicking that button, you’ll authenticate with GitHub and choose a repository name. Netlify will then automatically create a repository in your GitHub account with a copy of the files from the template. Next, it will build and deploy the new site on Netlify, bringing you to the site dashboard when the build is complete. Next, you’ll need to set up Netlify’s Identity service to authorize users to log in to the CMS.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimply007%2Fgridsome-starter-default-kontent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimply007%2Fgridsome-starter-default-kontent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimply007%2Fgridsome-starter-default-kontent/lists"}