Yasnippet

The following is a Yasnippet I've created to quickly insert getzola front matters.

# -*- mode: snippet -*-
# name: Zola header
# key: zheader

# --
+++
title = "$1"
date = ${2:`(format-time-string "%Y-%m-%d")`}
updated = ${3:`(format-time-string "%Y-%m-%d")`}
slug= $4
draft = true
[taxonomies]
  categories=  [${5:"Python"}]
  tags=  ["$6"]
+++

$0



# More on this topic:

I really hope you've learned something reading this article. Talking about the current subject won't be possible in one tiny article. If you want to dive deeper and to learn even more, let me recommend the following links:

- [Foo](#)
- [Bar](#)
- [Baz](#)