A custom theme for Ghost based on the popular open source CSS framework Bulma.
Head over to the Gulma demo page and see this theme in action.
Templates:
- index / landing page
- post.hbs
- page.hbs
- error.hbs & error-404.hbs
- author.hbs
- tag.hbs
Partials:
- site-nav.hbs
- post-card.hbs
- navigation.hbs
- byline-single.hbs
- byline-multiple.hbs
- floating-header.hbs
Styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need Node and Gulp installed globally. After that, from the theme's root directory:
$ yarn install
$ yarn dev
Now you can edit /assets/css/
files, which will be compiled to /assets/built/
automatically.
The zip
Gulp task packages the theme files into dist/<theme-name>.zip
, which you can then upload to your site.
$ yarn zip