Skip to content

nchaulet/ghost-app-frontmatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ghost-app-frontmatter

Ghost app to enable front matter on ghost posts

This app allow you to use frontmatter (yaml) in the post description, then you could access to extra data in the property data of the post

Example

You can use fron matter using the +++delimiter (should be configurable soon)

+++
yaml_key: 'Awesome Data'
another_key: 10
another_key2: 10
+++

# My Blog Post

Front matter is awesome

Then you could use the dataproperty of the post object in yours template

post.hbs

<div>{{data.yaml_key}}</div>

About

Ghost app to enable front matter on ghost posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published