Handlebars

How to Add New Social Networks in Ghost Using Custom Settings
Today, I will extend the Ghost admin to add more social network fields. Custom Settings enables you to add new fields to the admin and show the value of these fields in your theme.
Using the Ghost Handlebars Match Helper
Today I was looking for a way to check if a post has a specific primary tag inside a loop and I found the @Ghost match helper.

Anatomy of a Ghost Theme — Part 1
Well, I would like to talk about what makes a Ghost theme, which essential files, and what each file does.

Working With Ghost Tags / Practical Examples to Use in Your Theme
In this practical post, I will show how to work with Ghost Tags to display a list of all website tags, to show specific tags, or to exclude some in a Ghost theme.