Application Template

You have access to the blog service and a now attbute

blog

  • Key: title, Value: Ember Ghost, Type: string
  • Key: description, Value: Static Blog System - Built with Ember, Type: string
  • Key: logo, Value: , Type: undefined
  • Key: coverImage, Value: /images/blog-cover.jpg, Type: string
  • Key: coverMeta, Value: , Type: undefined
  • Key: navigation, Value: [object Object],[object Object], Type: object
  • Key: twitter, Value: , Type: undefined
  • Key: facebook, Value: , Type: undefined
  • Key: host, Value: , Type: undefined

now

first navigation object:

link to each navigation:

Post Page

model is a hash of post which is the current post and posts which is all posts

post:

  • Key: title, Value: Setting up your own Ghost theme, Type: string
  • Key: content, Value: Ember Ghost currently only supports 2 themes, the default [Casper template](https://github.com/stonecircle/ember-ghost-casper-template) and the [Attila template](https://github.com/stonecircle/ember-ghost-attila-template). If you want to swap between templates it is as simple as installing a different npm dependency 🎉 The [Ember Ghost documentation](https://github.com/stonecircle/ember-ghost/blob/master/README.md) recommends that you use the default theme called Casper, which is designed to be a clean, readable publication layout and can be easily adapted for most purposes. The ember-ghost-casper-template is a direct fork of Ghost's official Casper repository so it aims to be as close as possible to the original. If you are interested in writing your own theme for Ember Ghost please [reach out to us](https://stonecircle.io) and we can walk you through the process. Hopefully if there is enough interest we can provide basic instructions on how to build your own theme using this system. As Ghost uses handlebars it is not too difficult to port an existing template to use Ember templates, so if you have any requests please let us know 👍 , Type: string
  • Key: html, Value: <p>Ember Ghost currently only supports 2 themes, the default <a href="https://github.com/stonecircle/ember-ghost-casper-template">Casper template</a> and the <a href="https://github.com/stonecircle/ember-ghost-attila-template">Attila template</a>. If you want to swap between templates it is as simple as installing a different npm dependency 🎉</p> <p>The <a href="https://github.com/stonecircle/ember-ghost/blob/master/README.md">Ember Ghost documentation</a> recommends that you use the default theme called Casper, which is designed to be a clean, readable publication layout and can be easily adapted for most purposes. The ember-ghost-casper-template is a direct fork of Ghost's official Casper repository so it aims to be as close as possible to the original.</p> <p>If you are interested in writing your own theme for Ember Ghost please <a href="https://stonecircle.io">reach out to us</a> and we can walk you through the process. Hopefully if there is enough interest we can provide basic instructions on how to build your own theme using this system. As Ghost uses handlebars it is not too difficult to port an existing template to use Ember templates, so if you have any requests please let us know 👍</p>, Type: string
  • Key: image, Value: /images/design.jpg, Type: string
  • Key: imageMeta, Value: [object Object], Type: object
  • Key: featured, Value: true, Type: boolean
  • Key: date, Value: Tue Jun 12 2018 16:49:21 GMT+0000 (UTC), Type: object
  • Key: tags, Value: getting-started, Type: object

accessing the author

you can access the author by accessing model.post.author
  • Key: name, Value: Ghost, Type: string
  • Key: image, Value: /images/ghost-icon.png, Type: string
  • Key: coverImage, Value: , Type: undefined
  • Key: coverMeta, Value: , Type: undefined
  • Key: content, Value: <dummy@model:author::ember145:ghost>, Type: object
  • Key: website, Value: https://github.com/stonecircle/ember-ghost, Type: string
  • Key: twitter, Value: , Type: object
  • Key: facebook, Value: , Type: object
  • Key: location, Value: , Type: object
  • Key: posts, Value: <DS.PromiseManyArray:ember146>, Type: object

link to the author

link to the tags