Skip to content

rebron1900/twentynineteen-ghost

Repository files navigation

中文介绍 | English

Twenty Nineteen Ghost

This is a Ghost port of WordPress's Twenty Nineteen theme. Ghost theme development scaffolding uses Ghost-theme-starter, thanks to @royalfig for the tool.

Highlights

  • waiting for perfection

Installation

  • To get started, click Use this template and clone the repo
  • CD into the directory
npm install
  • Make a symlink from the theme directory to your local install of Ghost's themes folder
# /content/themes
ln -s ~/your-theme-folder .
  • Restart ghost (ghost restart)

Dev Script

# Start the live reload server and compile your JS/CSS assets, and watch for changes
npm run dev

If your site isn't refreshing, you'll likely need to disable your browser's caching. Go to the Network tab in your dev tools and toggle "Disable cache".

Production Scripts

# Fix any CSS issues, compile your JS/CSS assets for production, and create a ZIP file
npm run zip

# Scan your theme for potential incompatibilties with gscan
npm run check

Differences from original theme

  • The comment system uses twikoo
  • waiting for perfection

Available Site Params

  • waiting for perfection

Social

  • waiting for perfection

About

This is a Ghost port of WordPress's Twenty Nineteen theme. Ghost theme development scaffolding uses Ghost-theme-starter, thanks to @royalfig for the tool.

Resources

Stars

Watchers

Forks

Packages

No packages published