{"id":16232421,"url":"https://github.com/nishantwrp/gridsome-source-hashnode-devblog","last_synced_at":"2025-04-08T06:47:22.523Z","repository":{"id":57141690,"uuid":"267710771","full_name":"nishantwrp/gridsome-source-hashnode-devblog","owner":"nishantwrp","description":"Gridsome plugin to retrieve blog posts from your devblog on hashnode.","archived":false,"fork":false,"pushed_at":"2021-01-24T19:13:45.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T05:08:30.780Z","etag":null,"topics":["devblog","gridsome","gridsome-plugin","hashnode"],"latest_commit_sha":null,"homepage":"https://yarnpkg.com/package/gridsome-source-hashnode-devblog","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nishantwrp.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}},"created_at":"2020-05-28T22:34:17.000Z","updated_at":"2021-01-24T19:13:13.000Z","dependencies_parsed_at":"2022-09-03T07:40:31.678Z","dependency_job_id":null,"html_url":"https://github.com/nishantwrp/gridsome-source-hashnode-devblog","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishantwrp%2Fgridsome-source-hashnode-devblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishantwrp%2Fgridsome-source-hashnode-devblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishantwrp%2Fgridsome-source-hashnode-devblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishantwrp%2Fgridsome-source-hashnode-devblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nishantwrp","download_url":"https://codeload.github.com/nishantwrp/gridsome-source-hashnode-devblog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247792920,"owners_count":20996896,"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":["devblog","gridsome","gridsome-plugin","hashnode"],"created_at":"2024-10-10T13:08:57.021Z","updated_at":"2025-04-08T06:47:22.498Z","avatar_url":"https://github.com/nishantwrp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://www.npmjs.com/package/gridsome-source-hashnode-devblog\"\u003e\n      \u003cimg src=\"https://gridsome.org/logos/logo-circle-light.svg\" alt=\"gridsome logo\" width=\"100px\"/\u003e\n    \u003c/a\u003e\n    \u003ch1 align=\"center\"\u003egridsome-source-hashnode-devblog\u003c/h1\u003e\n    \u003cp align=\"center\"\u003e\n     Gridsome plugin to retrieve blog posts from your \u003ca href = \"https://hashnode.com/devblog\"\u003edevblog\u003c/a\u003e on \u003ca href = \"https://hashnode.com/\"\u003ehashnode\u003c/a\u003e. \u003c/p\u003e\n    \u003cp align=\"center\"\u003e\n      \u003ca href=\"https://npmjs.com/package/gridsome-source-hashnode-devblog\"\u003e\u003cimg src=\"https://badge.fury.io/js/gridsome-source-hashnode-devblog.svg\" alt=\"npm version\"\u003e\u003c/a\u003e\n      \u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/dt/gridsome-source-hashnode-devblog\"\u003e\n     \u003cimg src=\"https://img.shields.io/david/nishantwrp/gridsome-source-hashnode-devblog\"\u003e\u003c/p\u003e\n\u003c/p\u003e\n\n## Installation\n\n```\n# For npm\n$ npm install gridsome-source-hashnode-devblog\n# For yarn\n$ yarn add gridsome-source-hashnode-devblog\n```\n\n## Usage\n\nAdd `gridsome-source-hashnode-devblog` to plugin array with following configurable options to `gridsome.config.js`\n\n```js\nmodule.exports = {\n  plugins: [\n    {\n      use:  'gridsome-source-hashnode-devblog',\n      options: {\n        username:  '', // Your username on hashnode without `@`.\n        typeName:  'DevblogPost' // Optional\n      }\n    }\n  ]\n}\n```\n\n## Example Query\n\n```graphql\nquery {\n  allDevblogPost {\n    edges {\n      node {\n        title\n        slug\n        type\n        dateAdded\n        contentMarkdown\n        brief\n        coverImage\n        tags {\n          name\n        }\n        dateUpdated\n      }\n    }\n  }\n}\n```\n\n## License (MIT)\n\nOpen [LICENSE](./LICENSE) file for more info\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishantwrp%2Fgridsome-source-hashnode-devblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnishantwrp%2Fgridsome-source-hashnode-devblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishantwrp%2Fgridsome-source-hashnode-devblog/lists"}