https://github.com/avryhof/favorites_icons
https://github.com/avryhof/favorites_icons
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/avryhof/favorites_icons
- Owner: avryhof
- License: mit
- Created: 2019-07-25T19:32:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T12:15:02.000Z (almost 6 years ago)
- Last Synced: 2025-03-03T01:45:37.327Z (3 months ago)
- Language: Python
- Size: 5.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Favorites Icons
```bash
pip install git+https://github.com/avryhof/favorites_icons.git
```A simple plugin to generate all of your touch and favorites icons, as well as the needed tags to make them work.A
## settings.py
```python
ICON_SRC = '/path/to/a/big/file.png'
SITE_NAME='My Site' # Optional if you are using the Sites framework, and have a SITE_ID configured.
TILE_COLOR='#FFFFFF'
THEME_COLOR='#FFFFFF'
# Optional
# A list of numbers for icon sizes... they will all be generated and tagged.
ICON_SIZES = [16, 32, 57, 60, 64, 72, 76, 96, 114, 120, 144, 152, 180, 192, 256, 512]
```