{"id":14962893,"url":"https://github.com/scttcper/gatsby-casper","last_synced_at":"2025-08-11T13:31:50.568Z","repository":{"id":33271463,"uuid":"148095990","full_name":"scttcper/gatsby-casper","owner":"scttcper","description":"A Casper blog starter for Gatsby","archived":false,"fork":false,"pushed_at":"2023-07-11T19:52:11.000Z","size":11961,"stargazers_count":477,"open_issues_count":9,"forks_count":173,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-11-21T09:51:46.498Z","etag":null,"topics":["casper","gatsby","ghost","ghost-theme","typescript"],"latest_commit_sha":null,"homepage":"https://gatsby-casper.netlify.app","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/scttcper.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":"2018-09-10T03:48:22.000Z","updated_at":"2024-10-12T11:54:30.000Z","dependencies_parsed_at":"2023-01-15T00:30:21.947Z","dependency_job_id":null,"html_url":"https://github.com/scttcper/gatsby-casper","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scttcper%2Fgatsby-casper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scttcper%2Fgatsby-casper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scttcper%2Fgatsby-casper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scttcper%2Fgatsby-casper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scttcper","download_url":"https://codeload.github.com/scttcper/gatsby-casper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229546107,"owners_count":18090009,"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":["casper","gatsby","ghost","ghost-theme","typescript"],"created_at":"2024-09-24T13:30:41.978Z","updated_at":"2024-12-13T13:06:34.059Z","avatar_url":"https://github.com/scttcper.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gatsby-casper\n\nDemo: https://gatsby-casper.netlify.app\n\nThis is a static blog generator and starter gatsby repo. A port of [Casper](https://github.com/TryGhost/Casper) v3 a theme from [Ghost](https://ghost.org/) for [GatsbyJS](https://www.gatsbyjs.org/) using [TypeScript](https://www.typescriptlang.org/).\n\n## Getting Started\n\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### Progress\n\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  - [x] multiple post authors\n- [x] 404 page\n- [x] subscribe modal/overlay\n- [x] rss feed (on production build)\n- [ ] polish ✨\n  - [x] meta tags\n  - [x] page titles\n  - [ ] 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\n\nEdit `gatsby-config.js` and add your tracking ID\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\n\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\n\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%2Fscttcper%2Fgatsby-casper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscttcper%2Fgatsby-casper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscttcper%2Fgatsby-casper/lists"}