dotfiles

ref: 1ae6af7661efaedd3b32e6e3be714d7b093deff6

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")`