7 lines
202 B
YAML
7 lines
202 B
YAML
first_name: Pim
|
|
last_name: Kunis
|
|
full_name: "{{ first_name }} {{ last_name }}"
|
|
email: pim@kunis.nl
|
|
vscodium_extensions:
|
|
- shd101wyy.markdown-preview-enhanced
|
|
- streetsidesoftware.code-spell-checker
|