Skip to content

Commit 5f111c0

Browse files
committed
Ghost inline style on content
1 parent 75f2398 commit 5f111c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/site/headless-cms/ghost.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ images:
1616

1717
Ghost is an open source, professional publishing platform built on a modern Node.js technology stack — designed for teams who need power, flexibility and performance. Every day Ghost powers some of the most-read stories on the internet, serving hundreds of millions of requests across tens of thousands of sites.
1818

19-
<img class="simple" src="/img/cms/ghost-product.png" alt="Ghost product" />
19+
<img src="/img/cms/ghost-product.png" alt="Ghost product" />
2020

2121
### Architecture
2222

2323
At its core Ghost is a self-consuming, RESTful JSON API with decoupled admin client and front-end. Ghost comes with a default Handlebars.js frontend for getting a site running as quickly as possible, as well as [detailed documentation](https://docs.ghost.org) for working with the API directly or using provided SDKs and headless front-end framework integrations.
2424

2525
For editors, Ghost has the rich editor which every writer wants, but under the hood it delivers far more power than you would expect. All content is stored in a standardised JSON-based document storage format called MobileDoc, which includes support for extensible rich media objects called Cards.
2626

27-
<img class="simple" src="/img/cms/ghost-architecture.png" alt="Ghost architecture" />
27+
<img src="/img/cms/ghost-architecture.png" alt="Ghost architecture" />
2828

2929
Because Ghost is completely open source, built as a JSON API, has webhooks, and gives you full control over the front-end: It essentially integrates with absolutely everything. Browse a [large directory of integrations](https://docs.ghost.org/integrations/) with instructions, or build any manner of custom integration yourself by writing a little JavaScript and Markup to do whatever you want.
3030

@@ -34,7 +34,7 @@ Ghost ships with the [Bookshelf.js ORM](http://bookshelfjs.org/) layer by defaul
3434

3535
Additionally, while Ghost uses local file storage by default it's also possible to use custom storage adapters to make your filesystem completely external. There are fairly wide range of [pre-made storage adapters](https://docs.ghost.org/concepts/storage-adapters/) for Ghost already available for use.
3636

37-
<img class="simple" style="width:calc(100%+40px);margin-left:-20px;margin-right:-20px;" src="/img/cms/ghost-examples.png" alt="Ghost examples" />
37+
<img src="/img/cms/ghost-examples.png" alt="Ghost examples" />
3838

3939
### Example Customers
4040

0 commit comments

Comments
 (0)