A Ghost CMS theme.
Ghost 3.0 or higher
The package.json file contains the basic configuration like posts_per_page
and responsive image sizes.
The development environment consists of several gulp tasks.
-
gulp css
Process the css files from 'assets/css' folder into a single file using PostCSS that will be used by the theme. -
gulp js
Compile the js files from 'assets/js' folder into a single file that will be used by the theme. -
gulp zip
This task compresses the theme files into theme_name.zip in the 'dist' folder. -
The deafault task
gulp
orgulp dev
. Runs a series of tasks necessary for local development/customizing.