- 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.
- 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.
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]
This project is released under the MIT licence.
Now go and build something and make people happy!