Skip to content

Pico Bulma - A lightweight Bulma theme for Pico CMS.

License

Notifications You must be signed in to change notification settings

unicate/pico-bulma

Repository files navigation

Pico Bulma

A lightweight Bulma theme for Pico CMS.

What's included?

  • Bulma is a modern CSS framework that just works.
  • Icons from Fontawesome-free are included and ready to use.
  • You can build your own themes with Gulp.

Bulma Theme

Pico Bulma Screen 1 Pico Bulma Screen 2

Download & Install Theme

  • Download repo.
  • Extract themes/bulma to your Pico themes folder.
  • Extract sample-content to your content folder.
  • Modify your config.yml. Set theme: bulma.

config.yml

theme: bulma

File structure:

  • themes
    • bulma
    • default

You will find more detailed information in the Pico CMS documentation.

Modify & Build Theme

To modify and build your own theme you need npm. Run the following command in the project root directory.

npm install
  • To modify colors and styles please have a look at the sass directory.
  • To modify the layout, check out the .twig files in themes/bulma
  • The layout is split into the following files:
    • index.twig (main template)
    • sub.twig (sub or detail page)
    • navigation.twig
    • footer.twig

To build your theme run gulp :

gulp build

Usage: gulp [clean | build | bulma-theme-sass | bulma-theme-dist]

Disclaimer & License

This project is released under the MIT licence.

Finally

Now go and build something and make people happy!

About

Pico Bulma - A lightweight Bulma theme for Pico CMS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages