Aileen Booker
Aileen Booker
AMP doesn't allow percentage values as `width` or `height` properties in `iframe` tags and will error. We should simply remove those properties when a % sign is found.
Hi @jbhannah, at the moment, we're only transforming a few HTML tags into AMP HTML. I would love to add more transformations (e. g. audio and video) in the near...
### Problem description `codeinjection_head` and `codeinjection_foot` for the site as well as for posts is currently not used in the starter. The reason for that is a) it's a bit...
### 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...
## 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,...
### 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):...
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...
 ### Todos: - [ ] design spec → @peterzimon - [ ] implementation
### Problem description The currently implemented solution to generate the sidebar navigation from `yaml` files reads all` yaml` files from within a [`/src//data/sidebars` directory](https://github.com/TryGhost/docs/tree/master/src/data/sidebars), which is weird because those files...
When running into an Handlebars error, GScan doesn't really tell you what went wrong. GScan renders an error like that: ``` Uh-Oh, There was an error. Cannot read property 'push'...