hugo-sr2/archetypes/team.md

11 lines
279 B
Markdown
Raw Permalink Normal View History

2026-01-10 13:42:14 +00:00
+++
date = '{{ .Date }}'
draft = true
name = '{{ replace .File.ContentBaseName "-" " " | title }}'
[params]
pronoun = '(he/him)(she/her)'
education = 'MSc'
role = 'DevOps Engineer'
avatar = 'team/images/{{ replace .File.ContentBaseName "-" "" | title }}.jpg'
+++