Metadata-Version: 2.4
Name: kitconcept.voltolighttheme
Version: 7.4.0
Summary: Plone package providing features for @kitconcept/volto-light-theme
Project-URL: Homepage, https://github.com/kitconcept/volto-light-theme
Project-URL: Documentation, https://volto-light-theme.readthedocs.io/
Project-URL: PyPI, https://pypi.org/project/kitconcept.voltolighttheme
Project-URL: Source, https://github.com/kitconcept/volto-light-theme
Project-URL: Tracker, https://github.com/kitconcept/volto-light-theme/issues
Author-email: kitconcept GmbH <contact@kitconcept.com>
License-Expression: GPL-2.0-only
License-File: LICENSE.GPL
License-File: LICENSE.md
Keywords: CMS,Plone,Volto
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 6.0
Classifier: Framework :: Plone :: 6.1
Classifier: Framework :: Plone :: Addon
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: plone-api
Requires-Dist: plone-restapi>=9.13.2
Requires-Dist: plone-volto
Requires-Dist: plonegovbr-socialmedia>=2.0.0a10
Requires-Dist: products-cmfplone>=6.0
Provides-Extra: demo
Requires-Dist: plone-exportimport; extra == 'demo'
Provides-Extra: test
Requires-Dist: plone-app-testing; extra == 'test'
Requires-Dist: plone-exportimport; extra == 'test'
Requires-Dist: plone-restapi[test]; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-plone>=0.5.0; extra == 'test'
Description-Content-Type: text/markdown

# Volto Light Theme by kitconcept 🚀

<picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://kitconcept.com/kitconcept-white.svg">
  <img width="300" alt="kitconcept, GmbH" src="https://kitconcept.com/kitconcept-black.svg">
</picture>

<div align="center">

[![PyPI](https://img.shields.io/pypi/v/kitconcept.voltolighttheme)](https://pypi.org/project/kitconcept.voltolighttheme/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kitconcept.voltolighttheme)](https://pypi.org/project/kitconcept.voltolighttheme/)
[![PyPI - Plone Versions](https://img.shields.io/pypi/frameworkversions/plone/kitconcept.voltolighttheme)](https://pypi.org/project/kitconcept.voltolighttheme/)

[![Build Status](https://github.com/kitconcept/volto-light-theme/actions/workflows/main.yml/badge.svg)](https://github.com/kitconcept/volto-light-theme/actions)

[![GitHub contributors](https://img.shields.io/github/contributors/kitconcept/volto-light-theme)](https://github.com/kitconcept/volto-light-theme)
[![GitHub Repo stars](https://img.shields.io/github/stars/collective/volto-light-theme?style=social)](https://github.com/collective/volto-light-theme)

</div>

Behaviors and example content to be used by the Volto package [@kitconcept/volto-light-theme](https://www.npmjs.com/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:

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

Then, install the dependencies:

````sh
pip install -e .
````

### Using `pyproject.toml` 📜

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

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

Then, install the dependencies:

````sh
pip install .
````

## Contribute

### Resources

- [Issue Tracker](https://github.com/kitconcept/volto-light-theme/issues)
- [Source Code](https://github.com/kitconcept/volto-light-theme/)

### Develop this package

Please refer to the documentation available in [our repository](https://github.com/kitconcept/volto-light-theme)

## License

The project is licensed under GPLv2.

## Credits & Acknowledgements 🙏

This package is developed and maintained by the [kitconcept GmbH](https://kitconcept.com) ❤️.