Aileen Booker

Results 13 issues of 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.

enhancement
help wanted

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...

enhancement

### 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...

enhancement
help wanted

### 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

![image](https://user-images.githubusercontent.com/120485/47706689-77371280-dc5c-11e8-8b01-6082f40340f7.png) ### Todos: - [ ] design spec → @peterzimon - [ ] implementation

enhancement
design

### 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...

enhancement
refactoring/cleanup

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'...

enhancement