mirror of
https://github.com/zensical/zensical.git
synced 2026-09-26 00:05:50 +00:00
21 lines
388 B
JSON
Vendored
21 lines
388 B
JSON
Vendored
[
|
|
{
|
|
"path": "docs/background.svg",
|
|
"before": "fill=\"red\"",
|
|
"after": "fill=\"blue\"",
|
|
"changes": ["cards"]
|
|
},
|
|
{
|
|
"path": "docs/index.md",
|
|
"before": "Before title",
|
|
"after": "After title",
|
|
"changes": ["pages"]
|
|
},
|
|
{
|
|
"path": "layouts/flat.yml",
|
|
"before": "color: transparent",
|
|
"after": "color: '#73628a'",
|
|
"changes": ["cards"]
|
|
}
|
|
]
|