Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Ghost is a publishing tool used most often for blogs.

Features:

  • simplicity
  • monetization
  • headless Node.js CMS
  • integrations

Customers

Setup

In the Cloud or locally

Core Concepts

Posts:

  • Primary entity-type
  • Created in the editor
  • Can have Cards
  • Grouped

Pages:

  • Pages are special posts
  • Static and independent pages like About or Contact
  • They are not crosslinked

Details

Local (Theme) Development

Prerequisites:

$: npm install ghost-cli@latest -g
$: npm install gscan -g
$: ls  # -> empty directory
$: ghost install local

Visit:

$: ghost stop
$: ghost start
$: ghost log
$: ghost ls

$: ghost help

Local Installation
Custom Casper Theme

Gatsby and Ghost CMS

Gatsby Frontend Framework
Gatsby