An open API service indexing awesome lists of open source software.

https://github.com/zemfrog/zemfrog-theme

Zemfrog theme - to register your own theme template!
https://github.com/zemfrog/zemfrog-theme

zemfrog

Last synced: 10 months ago
JSON representation

Zemfrog theme - to register your own theme template!

Awesome Lists containing this project

README

          

# zemfrog-theme

Zemfrog theme - to register your own theme template!
The main idea is to make a template for a theme that is easy to customize.

# Usage

Install this

```sh
pip install zemfrog-theme
```

Add this to the `EXTENSIONS` configuration

```python
EXTENSIONS = ["zemfrog_theme"]
```

And you can register your own theme via the `ZEMFROG_THEMES` configuration.

See boilerplate for theme creation here https://github.com/aprilahijriyan/zemfrog-theme-template
See sample themes here https://github.com/zemfrog/zemfrog-quasar