Socket
Socket
Sign inDemoInstall

ghost-static

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghost-static

A tool to convert you Ghost blog to a static website


Version published
Weekly downloads
2
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

Ghost-static

Convert your dynamic Ghost blog to a static website.

This tool has been tested for Ghost 0.11 and Ghost 1.0.0-rc.1
This is a work in progress, some Ghost themes may not work correctly.

Installation

npm install -g ghost-static

Create a ghost-static.json in your Ghost directory:

{
  "ghostURL": "http://localhost:2368",
  "tmpFolder": "tmp/",
  "staticFolder": "blog/",
  "publicURL": "https://scambier.github.io/blog"
}
  • ghostURL: the url to the local instance of Ghost.
  • tmpFolder: a temporary folder where the Ghost blog will be scraped
  • static: the "final" folder where you'll find your static files
  • publicURL: the public url that is (or will be) used to acces your static blog

Usage

Type ghost-static once your local Ghost instance is up and running.

Requirements

NodeJS 4.8+

FAQs

Package last updated on 17 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc