adding files, fixed github pull

This commit is contained in:
Jeremy Kidwell 2017-06-28 14:19:10 +01:00
parent 131ce4af86
commit ea8198b941
15 changed files with 176 additions and 73 deletions

20
archetypes/blog.md Executable file
View 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
View 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
View 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)