{"id":29161286,"url":"https://github.com/codemeapixel/gatsby-casper","last_synced_at":"2025-07-01T03:09:52.415Z","repository":{"id":43649366,"uuid":"258159013","full_name":"CodeMeAPixel/gatsby-casper","owner":"CodeMeAPixel","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-11T19:49:08.000Z","size":8185,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T10:50:19.912Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/CodeMeAPixel.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-04-23T09:45:40.000Z","updated_at":"2020-04-23T09:47:47.000Z","dependencies_parsed_at":"2023-02-09T05:31:46.178Z","dependency_job_id":null,"html_url":"https://github.com/CodeMeAPixel/gatsby-casper","commit_stats":null,"previous_names":["codemeapixel/gatsby-casper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeMeAPixel/gatsby-casper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2Fgatsby-casper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2Fgatsby-casper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2Fgatsby-casper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2Fgatsby-casper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeMeAPixel","download_url":"https://codeload.github.com/CodeMeAPixel/gatsby-casper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2Fgatsby-casper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262887253,"owners_count":23379771,"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":[],"created_at":"2025-07-01T03:09:51.578Z","updated_at":"2025-07-01T03:09:52.383Z","avatar_url":"https://github.com/CodeMeAPixel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gatsby-casper\n\nDemo: https://gatsby-casper.netlify.com/  \n\nThis is a static blog generator and starter gatsby repo. A port of [Casper](https://github.com/TryGhost/Casper) v2 a theme from [Ghost](https://ghost.org/) for [GatsbyJS](https://www.gatsbyjs.org/) using [TypeScript](https://www.typescriptlang.org/).\n\n## Getting Started\nClone this repo.\n\n```\ngit clone https://github.com/scttcper/gatsby-casper.git --depth=1\n```\n\nRemove .git folder and setup a new one\n\n```\nrm -rf .git \u0026\u0026 git init\n```\n\nEdit website-config.ts with your website settings.\nEither disable subscribe or setup a mailchimp list and add the form action and hidden field input name.\n\nNow push to whatever repo you want!\n\n\n### Progress\n- [x] emotion / component styles\n- [x] home page\n- [x] tag page\n- [x] author page\n- [x] blog page\n  - [x] subscribe form - using [mailchimp](https://mailchimp.com)\n  - [ ] full width images in markdown? - not sure if possible\n  - [ ] multiple post authors\n  - [ ] floating reading progress bar\n- [x] 404 page\n- [x] subscribe modal/overlay\n- [x] rss feed (on production build)\n- [x] polish ✨\n  - [x] meta tags\n  - [x] page titles\n  - [x] pagination\n\n### Deploy to Netlify\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/scttcper/gatsby-casper)\n\n## How to configure Google Analytics\nEdit `gatsby-config.js` and add your tracking ID\n\n\n```javascript\n{\n    resolve: `gatsby-plugin-google-analytics`,\n    options: {\n      // Here goes your tracking ID\n      trackingId: 'UA-XXXX-Y',\n      // Puts tracking script in the head instead of the body\n      head: true,\n      // IP anonymization for GDPR compliance\n      anonymize: true,\n      // Disable analytics for users with `Do Not Track` enabled\n      respectDNT: true,\n      // Avoids sending pageview hits from custom paths\n      exclude: ['/preview/**'],\n      // Specifies what percentage of users should be tracked\n      sampleRate: 100,\n      // Determines how often site speed tracking beacons will be sent\n      siteSpeedSampleRate: 10,\n    },\n  },\n```\n\n## How to edit your site title and description\nEdit `gatsby-config.js` section `siteMetadata`\n\n```javascript\n siteMetadata: {\n    title: 'My awesome site name',\n    description: 'This is a description for my site',\n    siteUrl: 'https://mysite.com', // full path to blog - no ending slash\n  },\n```\n\n## How to adjust pagination\nIn `gatsby-node.js`, edit the `postsPerPage` constant. The default value is\nsix posts per page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemeapixel%2Fgatsby-casper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemeapixel%2Fgatsby-casper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemeapixel%2Fgatsby-casper/lists"}