mirror of
https://github.com/zensical/zensical.git
synced 2026-09-26 00:05:50 +00:00
16 lines
422 B
YAML
Vendored
16 lines
422 B
YAML
Vendored
definitions:
|
|
- &accent '#eeaa66'
|
|
tags:
|
|
og:image: '{{ image.url }}'
|
|
x:layer: composed
|
|
size: { width: 400, height: 200 }
|
|
layers:
|
|
- background: { image: docs/background.svg }
|
|
- size: { width: 100, height: 40 }
|
|
offset: { x: 20, y: 20 }
|
|
background: { color: *accent }
|
|
- size: { width: 80, height: 80 }
|
|
offset: { x: 16, y: 16 }
|
|
origin: end bottom
|
|
icon: { value: material/star, color: '#ffffff' }
|