A content focused responsive theme for Ghost.
Install Grunt:
npm install -g grunt-cli
Install Grunt dependencies:
npm install
Run the local server:
grunt
Build Grunt project:
grunt build
The compress
Grunt task packages the theme files into dist/<theme-name>.zip
,
which you can then upload to your site.
grunt compress