Skip to main content

Plone package providing features for @kitconcept/volto-light-theme

Project description

Volto Light Theme by kitconcept 🚀

kitconcept, GmbH

PyPI PyPI - Python Version PyPI - Plone Versions

Build Status

GitHub contributors GitHub Repo stars

Behaviors and example content to be used by the Volto package @kitconcept/volto-light-theme

Features

Demo content

This package contains demo content to showcase Volto Light Theme.

Installation 🛠️

To install kitconcept.voltolighttheme, add it to your project dependencies and install the package using your preferred method.

Using setup.py 🐍

For projects managed via setup.py, edit your setup.py file and add kitconcept.voltolighttheme to the install_requires list:

install_requires = [
    ...
    "kitconcept.voltolighttheme",
]

Then, install the dependencies:

pip install -e .

Using pyproject.toml 📜

For projects using pyproject.toml, add kitconcept.voltolighttheme to the dependencies list under the [project] section:

dependencies = [
    ...
    "kitconcept.voltolighttheme",
]

Then, install the dependencies:

pip install .

Contribute

Resources

Develop this package

Please refer to the documentation available in our repository

License

The project is licensed under GPLv2.

Credits & Acknowledgements 🙏

This package is developed and maintained by the kitconcept GmbH ❤️.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page