feat: initial import
This commit is contained in:
commit
03ab1091b1
50 changed files with 1146 additions and 0 deletions
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
+++
|
||||
8
archetypes/posts.md
Normal file
8
archetypes/posts.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
+++
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
name = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
tags = ['red','green','blue']
|
||||
[params]
|
||||
author = ''
|
||||
+++
|
||||
10
archetypes/team.md
Normal file
10
archetypes/team.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
+++
|
||||
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'
|
||||
+++
|
||||
Loading…
Add table
Add a link
Reference in a new issue