У меня есть источник json, например,
{
"values": [
["post - content", "post - image link", "post - title name"],
["post - content", "post - image link", "post - title name"],
["post - content", "post - image link", "post - title name"],
["post - content", "post - image link", "post - title name"],
["post - content", "post - image link", "post - title name"],
["post - content", "post - image link", "post - title name"]
......
]
}
Мой источник - https://script.google.com/macros/s/AKfycbyHFt1Yz96q91-D6eP4uWtRCcF_lzG2WM-sjrpZIr3s02HrICBQ/exec
Могу ли я сделать из этого нормальные сообщения Jekyll, если да, пожалуйста, объясните.Спасибо.