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: Why Ember, Type: string
  • Key: content, Value: [Ember is a powerful Javascript Framework that is designed to maximise developer productivity](https://emberjs.com/). Ember also has one of the best plugin experiences in the industry, which means you can get a whole lot of functionality with just a simple `npm install`. If you want to check out the power of [Ember's addon ecosystem](https://emberobserver.com/) you can visit [Ember Observer](https://emberobserver.com/) which is made by [Code All Day](http://www.codeallday.com/). The design of Ember Ghost is a direct result of the work done to upgrade the [Ember Guides into an Ember application](https://github.com/ember-learn/guides-app). This system is specifically designed to make it easy for you to get started and if you have followed the [instructions on the README](https://github.com/stonecircle/ember-ghost) you will know exactly how easy it is. If you are familiar with Ember you are probably used to the Zero Config experience of setting up new applications and adding addons 🎉 , Type: string
  • Key: html, Value: <p><a href="https://emberjs.com/">Ember is a powerful Javascript Framework that is designed to maximise developer productivity</a>. Ember also has one of the best plugin experiences in the industry, which means you can get a whole lot of functionality with just a simple <code>npm install</code>. If you want to check out the power of <a href="https://emberobserver.com/">Ember's addon ecosystem</a> you can visit <a href="https://emberobserver.com/">Ember Observer</a> which is made by <a href="http://www.codeallday.com/">Code All Day</a>.</p> <p>The design of Ember Ghost is a direct result of the work done to upgrade the <a href="https://github.com/ember-learn/guides-app">Ember Guides into an Ember application</a>. This system is specifically designed to make it easy for you to get started and if you have followed the <a href="https://github.com/stonecircle/ember-ghost">instructions on the README</a> you will know exactly how easy it is. If you are familiar with Ember you are probably used to the Zero Config experience of setting up new applications and adding addons 🎉</p>, Type: string
  • Key: image, Value: /images/ember.jpg, Type: string
  • Key: imageMeta, Value: [object Object], Type: object
  • Key: featured, Value: true, Type: boolean
  • Key: date, Value: Tue Jun 12 2018 16:50:59 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::ember76: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:ember77>, Type: object

link to the author

link to the tags