List of Useful Links about Ghost Blog Platform

2015/07/311 min read
bookmark this
Responsive image

Table of Contents

  1. Introduction
  2. List of Useful Links for Ghost Blog Platform
  3. List of Tips for Ghost Development
  4. List of Blog Articles about Ghost Blog Platform
  5. Conclusion

Introduction

Ghost is a powerful open-source blog platform built on Node.js. This post provides a collection of useful links, tips, and articles related to Ghost development.

List of Useful Links for Ghost Blog Platform

List of Tips for Ghost Development

Install Ghost

npm install --production

Start Ghost

npm start

Restart Ghost

Ctrl + C

npm start

List of Blog Articles about Ghost Blog Platform

  • Host Ghost on Windows
  • Installing Ghost on Windows
  • Deploying Ghost
  • Debug Ghost

Conclusion

Ghost is a great Node.js-based blogging platform. The links and tips above should help you get started with installation, configuration, and development.