ref: 1fe8abf2773ae1f63f8ca82fbd7066471dfa6bbe
vim/snippets/yaml.snippets
snippet post
slug: ${1:slug}
english_title: ${2:title}
czech_title: ${3:nazev}
english_body: |
$4
czech_body: |
images: []
published: `strftime("%Y-%m-%d %H:%M:%S")`