Metadata-Version: 2.4
Name: sc.voltolighttheme
Version: 1.0.0a1
Summary: Opinionated enhancements for @kitconcept/volto-light-theme
Project-URL: Homepage, https://github.com/simplesconsultoria/sc-volto-light-theme
Project-URL: PyPI, https://pypi.org/project/sc.voltolighttheme
Project-URL: Source, https://github.com/simplesconsultoria/sc-volto-light-theme
Project-URL: Tracker, https://github.com/simplesconsultoria/sc-volto-light-theme/issues
Author-email: Simples Consultoria <contato@simplesconsultoria.com.br>
License-Expression: GPL-2.0-only
License-File: LICENSE.GPL
License-File: LICENSE.md
Keywords: CMS,Plone,Python
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 6.1
Classifier: Framework :: Plone :: 6.2
Classifier: Framework :: Plone :: Addon
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
Requires-Dist: kitconcept-voltolighttheme==8.0.0a28
Requires-Dist: plone-api
Requires-Dist: plone-restapi
Requires-Dist: plone-volto
Requires-Dist: plonegovbr-socialmedia==3.0.0a0
Requires-Dist: products-cmfplone
Provides-Extra: test
Requires-Dist: horse-with-no-namespace; extra == 'test'
Requires-Dist: plone-app-testing; extra == 'test'
Requires-Dist: plone-restapi[test]; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-plone>=1.0.0a2; extra == 'test'
Description-Content-Type: text/markdown

# sc.voltolighttheme

Opinionated enhancements for @kitconcept/volto-light-theme

## Features

TODO: List our awesome features

## Installation

Install sc.voltolighttheme with uv.

```shell
uv add sc.voltolighttheme
```

Create the Plone site.

```shell
make create-site
```

## Contribute

- [Issue tracker](https://github.com/simplesconsultoria/sc-volto-light-theme/issues)
- [Source code](https://github.com/simplesconsultoria/sc-volto-light-theme/)

### Prerequisites ✅

-   An [operating system](https://6.docs.plone.org/install/create-project-cookieplone.html#prerequisites-for-installation) that runs all the requirements mentioned.
-   [uv](https://6.docs.plone.org/install/create-project-cookieplone.html#uv)
-   [Make](https://6.docs.plone.org/install/create-project-cookieplone.html#make)
-   [Git](https://6.docs.plone.org/install/create-project-cookieplone.html#git)
-   [Docker](https://docs.docker.com/get-started/get-docker/) (optional)

### Installation 🔧

1.  Clone this repository.

    ```shell
    git clone git@github.com:simplesconsultoria/sc-volto-light-theme.git
    cd sc-volto-light-theme/backend
    ```

2.  Install this code base.

    ```shell
    make install
    ```


### Add features using `plonecli` or `bobtemplates.plone`

This package provides markers as strings (`<!-- extra stuff goes here -->`) that are compatible with [`plonecli`](https://github.com/plone/plonecli) and [`bobtemplates.plone`](https://github.com/plone/bobtemplates.plone).
These markers act as hooks to add all kinds of features through subtemplates, including behaviors, control panels, upgrade steps, or other subtemplates from `bobtemplates.plone`.
`plonecli` is a command line client for `bobtemplates.plone`, adding autocompletion and other features.

To add a feature as a subtemplate to your package, use the following command pattern.

```shell
make add <template_name>
```

For example, you can add a content type to your package with the following command.

```shell
make add content_type
```

You can add a behavior with the following command.

```shell
make add behavior
```

```{seealso}
You can check the list of available subtemplates in the [`bobtemplates.plone` `README.md` file](https://github.com/plone/bobtemplates.plone/?tab=readme-ov-file#provided-subtemplates).
See also the documentation of [Mockup and Patternslib](https://6.docs.plone.org/classic-ui/mockup.html) for how to build the UI toolkit for Classic UI.
```

## License

The project is licensed under GPLv2.

## Credits and acknowledgements 🙏

Generated using [Cookieplone (2.0.0b3)](https://github.com/plone/cookieplone) and [cookieplone-templates (66a74c3)](https://github.com/plone/cookieplone-templates/commit/66a74c3744f84b177401b25836d3702c2ef1b5f3) on 2026-07-08 13:45:31.124592. A special thanks to all contributors and supporters!
