Platform Fundamentals

30-45 minBeginner

Ghost is a super-fast Node.js publishing platform. It is headless by default (uses Handlebars themes).

Prerequisites

  • Node.js
  • Ghost CLI
Intermediate Recommended

Installation (Local)

CLI.

1

Install

1

Install CLI: npm install ghost-cli@latest -g.

2

Create Folder: mkdir my-ghost-blog && cd my-ghost-blog.

3

Run: ghost install local.

4

It runs on localhost:2368 (Admin at /ghost).

Verification Checklist

  • ghost ls