Shrimpstronaut / Gulma

Bulma theme for the Ghost blogging platform. Beautiful, minimal and responsive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gulma

A custom theme for Ghost based on the popular open source CSS framework Bulma.

Demo

Head over to the Gulma demo page and see this theme in action.

Project status

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

Development

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

About

Bulma theme for the Ghost blogging platform. Beautiful, minimal and responsive.

License:MIT License


Languages

Language:CSS 82.2%Language:HTML 14.1%Language:JavaScript 3.7%