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: Managing Ghost users, Type: string
  • Key: content, Value: Ember Ghost does not, and will never have the concept of user roles! This is because it is entirely a static system. You can assign authors to posts and generate new ones using `ember generate author` but if you need full user permissions (outside of something like Github) and collaboration features I highly recommend that you sign up for a [hosted Ghost instance](https://ghost.org/). It's a good idea to fill out the metadata on authors, including bio and social links. These will populate rich structured data for posts and generally create more opportunities for themes to fully populate their design. , Type: string
  • Key: html, Value: <p>Ember Ghost does not, and will never have the concept of user roles!</p> <p>This is because it is entirely a static system. You can assign authors to posts and generate new ones using <code>ember generate author</code> but if you need full user permissions (outside of something like Github) and collaboration features I highly recommend that you sign up for a <a href="https://ghost.org/">hosted Ghost instance</a>.</p> <p>It's a good idea to fill out the metadata on authors, including bio and social links. These will populate rich structured data for posts and generally create more opportunities for themes to fully populate their design.</p>, Type: string
  • Key: image, Value: /images/team.jpg, Type: string
  • Key: imageMeta, Value: [object Object], Type: object
  • Key: featured, Value: true, Type: boolean
  • Key: date, Value: Tue Jun 12 2018 16:55:01 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::ember99: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:ember100>, Type: object

link to the author

link to the tags