Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

For development.

Prerequisites:

$: npm install ghost-cli@latest -g
$: npm install gscan -g
$: ls  # -> empty directory
$: ghost install local

Visit:

$: ghost stop
$: ghost start
$: ghost log
$: ghost ls

$: ghost help

Developing Themes

Place custom theme in /content/themes/.
File edits automatically reload Ghost.
You need to restart Ghost after creating new files.

Scan and validate themes with gscan:

  • gscan /path/to/Theme-Directory
  • gscan -z /path/to/Archive-Name.zip