https://github.com/kitconcept/kitconcept.voltolighttheme
Example content for @kitconcept/volto-light-theme
https://github.com/kitconcept/kitconcept.voltolighttheme
Last synced: about 1 year ago
JSON representation
Example content for @kitconcept/volto-light-theme
- Host: GitHub
- URL: https://github.com/kitconcept/kitconcept.voltolighttheme
- Owner: kitconcept
- License: other
- Created: 2023-07-06T15:14:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T09:23:38.000Z (over 1 year ago)
- Last Synced: 2025-05-11T12:11:33.491Z (about 1 year ago)
- Language: Python
- Size: 3.9 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.GPL
Awesome Lists containing this project
README
# kitconcept.voltolighttheme
Example content for @kitconcept/volto-light-theme
## Features
### Content Types
- TBD
### Initial content
This package contains a simple volto configuration.
## Installation on an existing project
Install kitconcept.voltolighttheme with `pip`:
```shell
pip install kitconcept.voltolighttheme
```
## Contribute
### Develop this package
Clone this repository
```shell
git clone git@github.com:kitconcept/kitconcept.voltolighttheme.git
```
Install Plone, its dependencies and this package:
```shell
cd kitconcept.voltolighttheme
make install
```
Start an instance on port `8080`:
```shell
make start
```
To create a site using the Plone UI, point your browser to [http://localhost:8080](http://localhost:8080)
Or, create a site from the command line (first stop the instance):
```shell
make create-site
```
### Exporting the content
After editing the content on the running instance, point your browser to [http://localhost:8080/Plone/@@dist_export_all](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`.
### Resources
- [Issue Tracker](https://github.com/kitconcept/kitconcept.voltolighttheme/issues)
- [Source Code](https://github.com/kitconcept/kitconcept.voltolighttheme/)
## License
The project is licensed under GPLv2.