first commit

This commit is contained in:
2024-07-15 11:28:08 +02:00
commit f52d538ea5
21891 changed files with 6161164 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,32 @@
{
"name": "Last news from your blog",
"blocks": [
{
"block": "header",
"options": {
}
},
{
"block": "heading",
"options": {
"text": "Latest post from {blog_title}",
"font_weight": "bold"
}
},
{
"block": "posts",
"options": {
"show_image": 1,
"show_date": 2,
"button_background": "#62A2C9",
"block_padding_right": 30,
"block_padding_bottom": 30
}
},
{
"block": "footer",
"options": {
}
}
]
}