plone / bobtemplates.plone

Python Code Templates for Plone Projects with mr.bob
https://pypi.org/project/bobtemplates.plone/
GNU General Public License v2.0
24 stars 31 forks source link

Clarification: `theme` - `theme_barceloneta` - `theme_basic` #551

Open petschki opened 1 year ago

petschki commented 1 year ago

I fixed an issue with latest barceloneta and bootstrap 5.3 and came accross those three theming templates. All define @plone/plonetheme-barceloneta-base as (dev)dependency ... can anyone clarify the purpose of each?

/cc @santonelli @MrTango

MrTango commented 1 year ago

theme: Diazo based theme which only uses parts scss from barcelonata and it's meant to build themes not related to Barceloneta.

theme_barceloneta: is like a copy of barceloneta which one can customize then.

theme_basic: is meant for building a theme without any Diazo, just by overriding templates. like the tokyo theme does.