List of Useful Links about Ghost Blog Platform
2015/07/311 min read
bookmark this
Table of Contents
- Introduction
- List of Useful Links for Ghost Blog Platform
- List of Tips for Ghost Development
- List of Blog Articles about Ghost Blog Platform
- 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
- Handlebars
- Ghost Download
- Ghost Developer Kit
- Mailgun - Email Service
- Markdown Syntax (GitHub)
- iisnode
- Ghost config.js
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.