{"id":16281175,"url":"https://github.com/vchrombie/blog","last_synced_at":"2026-01-27T05:03:53.699Z","repository":{"id":168330258,"uuid":"608340568","full_name":"vchrombie/blog","owner":"vchrombie","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-27T01:23:43.000Z","size":171481,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-28T17:04:37.409Z","etag":null,"topics":["giscus"],"latest_commit_sha":null,"homepage":"https://vchrombie.github.io/blog","language":"MDX","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/vchrombie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["LekoArts"],"patreon":"lekoarts","open_collective":null,"ko_fi":"lekoarts","tidelift":null,"custom":null}},"created_at":"2023-03-01T20:19:29.000Z","updated_at":"2025-12-27T01:23:46.000Z","dependencies_parsed_at":"2024-11-05T10:12:13.984Z","dependency_job_id":null,"html_url":"https://github.com/vchrombie/blog","commit_stats":{"total_commits":29,"total_committers":2,"mean_commits":14.5,"dds":"0.27586206896551724","last_synced_commit":"a5aa659233d1f418cbb565575e90ca851b7c21bd"},"previous_names":["vchrombie/blog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vchrombie/blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vchrombie%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vchrombie%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vchrombie%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vchrombie%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vchrombie","download_url":"https://codeload.github.com/vchrombie/blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vchrombie%2Fblog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28803643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T03:44:14.111Z","status":"ssl_error","status_checked_at":"2026-01-27T03:43:33.507Z","response_time":168,"last_error":"SSL_read: 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":["giscus"],"created_at":"2024-10-10T19:05:28.950Z","updated_at":"2026-01-27T05:03:53.694Z","avatar_url":"https://github.com/vchrombie.png","language":"MDX","funding_links":["https://github.com/sponsors/LekoArts","https://patreon.com/lekoarts","https://ko-fi.com/lekoarts"],"categories":[],"sub_categories":[],"readme":"# Blog\n\nGatsby Blog, [vchrombie.github.io/blog](https://vchrombie.github.io/blog/blog).\n\nTheme, https://github.com/LekoArts/gatsby-starter-minimal-blog.\n\nComments with [giscus](https://giscus.app//), https://github.com/vchrombie/comments/discussions.\n\n## Setup\n\nPrerequisites\n\n- [nvm](https://github.com/nvm-sh/nvm)\n- [node](https://nodejs.org/en/) \u0026 [npm](https://www.npmjs.com/) (you can install using nvm)\n  ```shell\n  $ nvm install 18\n  $ node --version \u0026\u0026 npm --version\n    v18.20.8\n    10.8.2\n  ```\n- [gatsby](https://www.gatsbyjs.com/)\n  ```shell\n  $ npm install -g gatsby-cli\n  ```\n\nBuild the site locally\n\n```shell\n$ git clone https://github.com/vchrombie/blog\n$ cd blog/\n$ npm install\n$ gatsby develop\n```\n\nClean the cache\n\n```shell\n$ gatsby clean\n```\n\nDeploy to github pages\n\n```shell\n$ npm run deploy\n```\n\n## Plugins\n\n### [giscus](https://github.com/giscus/giscus-component/tree/main/packages/react)\n\n```shell\n$ npm install @giscus/react\n```\n\n`node_modules/@lekoarts/gatsby-theme-minimal-blog/src/components/post.tsx`\n\n```tsx\nimport {Giscus} from \"@giscus/react\";\n\n...\n\n      {children}\n    \u003c/section\u003e\n\n    \u003cGiscus\n      id=\"comments\"\n      repo=\"vchrombie/comments\"\n      repoId=\"MDEwOlJlcG9zaXRvcnkyNjI1NjQ5ODM=\"\n      category=\"Comments\"\n      categoryId=\"DIC_kwDOD6Zsd84CBE_4\"\n      mapping=\"pathname\"\n      term=\"Welcome to @giscus/react component!\"\n      reactionsEnabled=\"1\"\n      emitMetadata=\"1\"\n      inputPosition=\"top\"\n      theme={theme}\n      lang=\"en\"\n      loading=\"lazy\"\n    /\u003e\n\n    \u003cPostFooter post={post} /\u003e\n  \u003c/Layout\u003e\n```\n\n### [gatsby-plugin-google-gtag](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-gtag)\n\n```shell\n$ npm install gatsby-plugin-google-gtag\n```\n\n`gatsby-config.ts`\n\n```ts\nplugins: [\n  {\n    resolve: `gatsby-plugin-google-gtag`,\n    options: {\n      trackingIds: [\n        \"G-C5Y4PDGXSR\", // Google Analytics / GA\n      ],\n    },\n  },\n];\n```\n\n### [gh-pages](https://github.com/tschaub/gh-pages)\n\n```shell\n$ npm install gh-pages --save-dev\n```\n\n`gatsby-config.ts`\n\n```ts\nconst config: GatsbyConfig = {\n  pathPrefix: `/blog`,\n};\n```\n\n`package.json`\n\n```json\n{\n  \"scripts\": {\n    \"deploy\": \"gatsby build --prefix-paths \u0026\u0026 gh-pages -d public\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvchrombie%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvchrombie%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvchrombie%2Fblog/lists"}