Example content for @kitconcept/volto-light-theme
- TBD
This package contains a simple volto configuration.
Install kitconcept.voltolighttheme with pip:
pip install kitconcept.voltolightthemeClone this repository
git clone git@github.com:kitconcept/kitconcept.voltolighttheme.gitInstall Plone, its dependencies and this package:
cd kitconcept.voltolighttheme
make installStart an instance on port 8080:
make startTo create a site using the Plone UI, point your browser to http://localhost:8080
Or, create a site from the command line (first stop the instance):
make create-siteAfter editing the content on the running instance, point your browser to http://localhost:8080/Plone/@@dist_export_all, select this distribution and export everything.
After that, you will have the content available (in the plone.exportimport format) at src/kitconcept/voltolighttheme/distributions/voltolighttheme/content.
The project is licensed under GPLv2.