cyrusdavid / ghost-theme-dev-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ghost Theme Boilerplate

Quickly get started developing a ghost theme.

Use

$ npm install
$ ln -s $PWD/dist $HOME/Projects/Ghost/content/themes/Food
$ gulp watch

go to Ghost url and change the theme.

Build

$ npm install
$ gulp

the dist/ folder will contain the theme.

About


Languages

Language:JavaScript 98.9%Language:CSS 1.1%