{"id":16397155,"url":"https://github.com/cwray-tech/gatsby-source-comments","last_synced_at":"2026-05-12T12:39:03.985Z","repository":{"id":111076881,"uuid":"317574787","full_name":"cwray-tech/gatsby-source-comments","owner":"cwray-tech","description":"A Gatsby plugin that makes it easy to add comments to your Gatsby website.","archived":false,"fork":false,"pushed_at":"2020-12-02T00:10:01.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-04T17:44:22.209Z","etag":null,"topics":["comment-system","gatsby","gatsby-plugin","javascript"],"latest_commit_sha":null,"homepage":"https://github.com/cwray-tech/gatsby-source-comments","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cwray-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-12-01T14:54:15.000Z","updated_at":"2020-12-02T00:10:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"e30f2bb7-56dc-43bf-bb86-9b2b6d926e1b","html_url":"https://github.com/cwray-tech/gatsby-source-comments","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwray-tech%2Fgatsby-source-comments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwray-tech%2Fgatsby-source-comments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwray-tech%2Fgatsby-source-comments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwray-tech%2Fgatsby-source-comments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cwray-tech","download_url":"https://codeload.github.com/cwray-tech/gatsby-source-comments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240286519,"owners_count":19777353,"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":["comment-system","gatsby","gatsby-plugin","javascript"],"created_at":"2024-10-11T05:09:19.406Z","updated_at":"2025-11-14T12:02:16.061Z","avatar_url":"https://github.com/cwray-tech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A comment plugin for Gatsby\n\nThis is a plugin for Gatsby that makes it easy to add comments to posts in your Gatsby site.\n\n## How it works\n\n- Comments are stored in a free Heroku API.\n- Comments are then returned during build time and the Gatsby compiler will create static json files in your website.\n- Comments are displayed on your site from the static json files.\n- Users can post comments to the API as well with a comment form.\n\n## Configuration\n\n1. To configure the plugin, you need to download it into your server.\n2. It should be in a folder one above your Gatsby project folder, or if you prefer, you can set it up as a local plugin.\n\n3. CD into your site directory, and use the npm link command to link the plugin to your Gatsby node modules.\n\n```bash\n# First cd to the package folder.\ncd gatsby-source-comments\n\n# Then run the npm or yarn link command.\nnpm link\n\n# Go to your Gatsby website directory.\ncd your-website\n\n# Finally, run the npm or yarn link command to connect the local plugin folder to your website.\nnpm link \"gatsby-source-comments\"\n```\n\n4. Then add the plugin configuration to your gatsby.config.js file.\n\n```javascript\nmodule.exports = {\n  // Other configurations\n  plugins: [\n    // Other plugins\n    \"gatsby-plugin-dom-injector\",\n    {\n      resolve: \"gatsby-comment-server-plugin\",\n      options: { website: \"https://your-website-url.com\" },\n      // Above you can see that your website is a option you must provide.\n    },\n  ],\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwray-tech%2Fgatsby-source-comments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcwray-tech%2Fgatsby-source-comments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwray-tech%2Fgatsby-source-comments/lists"}