{"id":21679291,"url":"https://github.com/hoppergee/jekyll-netlify-cms","last_synced_at":"2025-07-30T00:33:28.392Z","repository":{"id":235623419,"uuid":"657678355","full_name":"hoppergee/jekyll-netlify-cms","owner":"hoppergee","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-23T15:31:09.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T10:22:01.588Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/hoppergee.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}},"created_at":"2023-06-23T15:29:47.000Z","updated_at":"2023-06-23T15:31:18.000Z","dependencies_parsed_at":"2024-04-24T02:42:18.523Z","dependency_job_id":"b45a941f-9316-47e6-8f5c-702a57729d79","html_url":"https://github.com/hoppergee/jekyll-netlify-cms","commit_stats":null,"previous_names":["hoppergee/jekyll-netlify-cms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hoppergee/jekyll-netlify-cms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoppergee%2Fjekyll-netlify-cms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoppergee%2Fjekyll-netlify-cms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoppergee%2Fjekyll-netlify-cms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoppergee%2Fjekyll-netlify-cms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hoppergee","download_url":"https://codeload.github.com/hoppergee/jekyll-netlify-cms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoppergee%2Fjekyll-netlify-cms/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267785805,"owners_count":24144122,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-25T14:50:24.746Z","updated_at":"2025-07-30T00:33:28.365Z","avatar_url":"https://github.com/hoppergee.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jekyll + Decap CMS with Netlify Identity\n\nThis is the basic Jekyll starter site, with Decap CMS integrated and using Netlify Identity for\nauthentication.\n\n## Getting started\n\nUse our deploy button to get 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/netlify-templates/jekyll-netlify-cms\u0026stack=cms)\n\nThis will setup everything needed for running the CMS:\n\n* A new repository in your GitHub account with the code\n* Full Continuous Deployment to Netlify's global CDN network\n* Control users and access with Netlify Identity\n* Manage content with Decap CMS\n\nThe email address associated with your Netlify account will receive an email inviting you as an\nIdentity user - click Accept in the email to set your new password, then navigate to `/admin` on\nyour site to log in.\n\nNow you're all set, and you can start editing content!\n\n**Note:** if you switch the repo that was created to private, you'll need to regenerate your token,\nas the token generated using the deploy to Netlify button can only access public repositories. To\nregenerate your token, head to \"Settings\" in your Netlify site dashboard, go to the \"Identity\"\nsection, then scroll to \"Services\" where you'll see an \"Edit settings\" button. Click that and you'll\nsee a text link to \"Generate access token in GitHub\".\n\n## Local Development\n\nClone this repository and run:\n\n```bash\nbundle install\nbundle exec jekyll server --watch\n```\n\nNow navigate to [localhost:4000](http://localhost:4000/) to preview the site, and\n[localhost:4000/admin](http://localhost:4000/admin) to log into the CMS.\n\n## Authenticating without Netlify Identity\n\nNetlify provides basic OAuth so you can log in to Decap CMS with your GitHub profile directly if\nyou prefer not to use Netlify Identity. To do so, go to [the GitHub developer application\nscreen](https://github.com/settings/developers) and **register new application**. The Authorization\ncallback URL you'll need to enter is `https://api.netlify.com/auth/done`. \n\nOnce you've set up the application, go back to your Netlify site dashboard, navigate to the\n**Access** tab. Then fill in your new Client ID and Client Secret in the Github Authentication\nProvider section and check the **Enable GitHub** box.\n\nYou'll then need to update the `backend` settings at the top of the `admin/config.yml` file in your\nsite repo:\n\n```yaml\nbackend:\n  name: github\n  repo: username/repo # your GitHub username and repository name, separated by a slash\n  branch: master # optional, default value is \"master\"\n```\n\nNow anybody with write access to your GitHub repository can log in at yoursite.netlify.com/admin\nand use the CMS.\n\n**Enjoy!**\n\n## Bug reports, feature requests, etc\n\nWe love feedback, contributions, better documentation, tutorials, general comments,\nrandom hatemail, rants, love, crazy ideas, etc, etc!\n\nContact us at [any of netlify's normal channels](https://www.netlify.com/contact) and\nopen issues or pull requests for Netlify CMS at [the netlify-cms GitHub\nrepo](https://github.com/netlify/netlify-cms). If you need realtime help with setting up Netlify\nCMS, you can reach out in the [Netlify CMS Gitter](https://gitter.im/netlify/netlifycms).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoppergee%2Fjekyll-netlify-cms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoppergee%2Fjekyll-netlify-cms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoppergee%2Fjekyll-netlify-cms/lists"}