Ghost Themes API

The Ghost Themes API provides a Handlebars-based templating system for building custom front-end themes for Ghost publications. It includes a comprehensive set of helpers including data helpers for fetching content, functional helpers for logic and formatting, and utility helpers for common tasks. Themes have access to all Ghost content through template variables and the get helper, which queries the Content API internally.

Documentation

API entry from apis.yml

apis.yml Raw ↑
aid: ghost:themes-api
name: Ghost Themes API
tags:
- Customization
- Frontend
- Handlebars
- Templates
- Themes
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://ghost.org/docs/themes/
properties:
- url: https://ghost.org/docs/themes/
  type: Documentation
description: The Ghost Themes API provides a Handlebars-based templating system for building custom front-end
  themes for Ghost publications. It includes a comprehensive set of helpers including data helpers for
  fetching content, functional helpers for logic and formatting, and utility helpers for common tasks.
  Themes have access to all Ghost content through template variables and the get helper, which queries
  the Content API internally.