Skip to content

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

License

Notifications You must be signed in to change notification settings

TrendingTechnology/Gulma

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 82.2%
  • HTML 14.1%
  • JavaScript 3.7%