Skip to content

Instantly share code, notes, and snippets.

@bennof
Last active August 14, 2020 19:36
Show Gist options
  • Save bennof/1ae2080c85f531419875be8d663b2290 to your computer and use it in GitHub Desktop.
Save bennof/1ae2080c85f531419875be8d663b2290 to your computer and use it in GitHub Desktop.
Developing Ghost Themes with Webpack and Bulma

Developing Ghost Themes with Webpack and Bulma

Setup Ghost

npm -g instll ghost-cli@latest
cd /project/folder
ghost install local

To start and stop Ghost type:

ghost start
ghost stop
mkfir -p content/themes/my-theme
cd content/themes/my-theme
touch index.hbs post.hbs
npm init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment