adding files, fixed github pull
This commit is contained in:
parent
131ce4af86
commit
ea8198b941
15 changed files with 176 additions and 73 deletions
20
archetypes/blog.md
Executable file
20
archetypes/blog.md
Executable file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
author: Jeremy Kidwell
|
||||
#layout: post
|
||||
slug: [fill in]
|
||||
categories:
|
||||
- first category
|
||||
---
|
||||
|
||||
|
||||
{{% figure src="" alt="" caption="" %}}
|
||||
|
||||
|
||||
{{% highlight r %}}
|
||||
|
||||
|
||||
{{% /highlight %}}
|
||||
|
8
archetypes/presentations.md
Executable file
8
archetypes/presentations.md
Executable file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
host:
|
||||
categories: [x,y]
|
||||
---
|
||||
|
||||
Slides can be [downloaded here](http://jeremykidwell.info/files/presentations/[change filename]).
|
15
archetypes/teaching.md
Executable file
15
archetypes/teaching.md
Executable file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
enddate: "2017-12-30T00:00:00+11:00"
|
||||
publishdate: "2016-01-08"
|
||||
host:
|
||||
duration: 7776000
|
||||
categories: [x,y]
|
||||
---
|
||||
|
||||
This second year undergraduate course...
|
||||
|
||||
<!--more-->
|
||||
|
||||
#### [Syllabus (PDF)](http://jeremykidwell.info/files/teaching/public_sphere.pdf)
|
Loading…
Add table
Add a link
Reference in a new issue