Add academia archetype
This commit is contained in:
parent
ac2fa3d886
commit
faa08db632
1 changed files with 20 additions and 0 deletions
20
archetypes/academia.md
Normal file
20
archetypes/academia.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
cardImage: library
|
||||||
|
draft: true
|
||||||
|
featured: false
|
||||||
|
keywords:
|
||||||
|
- smart
|
||||||
|
- profound
|
||||||
|
type: "Journal Article"
|
||||||
|
authors:
|
||||||
|
- Christensen, Thomas Allen, II
|
||||||
|
link: 'https://dx.doi.org/...'
|
||||||
|
journal: "Journal of Hard Knocks"
|
||||||
|
location: "Life"
|
||||||
|
awards:
|
||||||
|
- 'Everything is Awesome 2020'
|
||||||
|
---
|
||||||
|
|
||||||
|
Abstract goes here
|
Loading…
Reference in a new issue