This is a custom theme that has been built on top of the default theme ease from Ghost. This has been built with a templating language called handlebars that Ghost uses.
There are three major categories of contents which determines styling and templating. They are also determined by routes.yaml which makes collections and determines templates as well. This page will attempt to collect all of those quirks under one simple handbook
- page
- post
- tag
- post
Styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need Node, Yarn and Gulp installed globally. After that, from the theme's root directory:
# Install
yarn
# Run build & watch for changes
yarn dev
# Build and upload to site
yarn zip