gatsby-starter-ghost icon indicating copy to clipboard operation
gatsby-starter-ghost copied to clipboard

A starter template to build lightning fast websites with Ghost & Gatsby

Results 35 gatsby-starter-ghost issues
Sort by recently updated
recently updated
newest added

# Description When adding url links in Ghost CMS, you are forced to enter them as absolute paths, e.g. `https://ghost-cms.com/welcome/` to link to the welcome post. These links don't work...

help wanted
feature

### Problem description It is possible to fetch related posts based on how many tags they have in common. A current implementation of that can be found in the Ghost...

help wanted
needs info
feature

## Problem description Throughout the codebase we're using values that either come from the starter specific `siteConfig.js`, or - via Content API - the Ghost settings (like [here](https://github.com/TryGhost/gatsby-starter-ghost/blob/master/src/components/common/Layout.js) for example,...

enhancement

### Problem description Prism.js doesn't work "out of the box" for Ghost posts currently. There is a workaround to use Prism.js, which is used in the Ghost Docs repository [here](https://github.com/TryGhost/docs/blob/master/src/templates/ghost/integration.js#L13-L20):...

help wanted
needs info
feature

As there will be more [helpers](https://github.com/TryGhost/Ghost-SDK/tree/master/packages/helpers) and [gatsby-helpers](https://github.com/TryGhost/Ghost-SDK/tree/master/packages/helpers-gatsby) added to Ghost SDK, the starter needs to be updated to use those. At this current state, there are already a couple...

enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tryghost/helpers-gatsby](https://togithub.com/TryGhost/SDK/tree/master#readme) ([source](https://togithub.com/TryGhost/SDK)) | [`2.0.3` -> `2.0.4`](https://renovatebot.com/diffs/npm/@tryghost%2fhelpers-gatsby/2.0.3/2.0.4) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tryghost/helpers](https://togithub.com/TryGhost/SDK/tree/master#readme) ([source](https://togithub.com/TryGhost/SDK)) | [`1.1.73` -> `1.1.74`](https://renovatebot.com/diffs/npm/@tryghost%2fhelpers/1.1.73/1.1.74) |...

1. Clone repo 2. Install dependencies 3. Run `npm run gatsby` Working on Macbook with M1. App won't start. I'm getting: ![Screen Shot 2022-09-17 at 13 46 33](https://user-images.githubusercontent.com/25184202/190855065-9212c233-4268-441e-adc8-85aa5a8a3ad3.png)

refs/closes #532 Others encountering this issue have [resolved the problem](https://stackoverflow.com/questions/70386909/problem-with-babel-eslint-parsing-error-require-of-es-module) by migrating from `babel-eslint` (deprecated as of March 2020) to `@babel/eslint-parser`. - This pull request completes the migration from `babel-eslint`...

### Issue Summary `yarn run lint` fails for a brand new project created with `gatsby-starter-ghost` ```bash ➜ gatsby-starter-ghost git:(main) yarn run lint yarn run v1.22.19 $ eslint . --ext .js...