diff --git a/archetypes/default.md b/archetypes/default.md index a86a5993..0a82087d 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -2,5 +2,6 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ dateFormat "2006-01-02 15:04:05-0700" .Date }} description: "" +image: "" draft: true --- diff --git a/archetypes/etc.md b/archetypes/etc.md new file mode 100644 index 00000000..5c5ad23e --- /dev/null +++ b/archetypes/etc.md @@ -0,0 +1,8 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ dateFormat "2006-01-02 15:04:05-0700" .Date }} +description: "" +image: "" +layout: etc +draft: true +--- diff --git a/archetypes/video.md b/archetypes/video.md index 1893dbc8..7646f555 100644 --- a/archetypes/video.md +++ b/archetypes/video.md @@ -1,8 +1,8 @@ --- title: "{{ replace .Name "-" " " | title }}" date: {{ dateFormat "2006-01-02 15:04:05-0700" .Date }} +description: "" image: "thumb.png" -type: videos layout: video resources: - src: "{{ .Name }}.mp4" diff --git a/content/birthday/index.md b/content/birthday/index.md index 9f779b2d..2b75ea04 100644 --- a/content/birthday/index.md +++ b/content/birthday/index.md @@ -1,10 +1,8 @@ --- title: "🎉 Cranky Birthday Boy on VHS Tape 📼" -description: "The origin of my hatred for the Happy Birthday song." date: 1996-02-04 00:00:00-0400 -url: "/birthday" +description: "The origin of my hatred for the Happy Birthday song." image: "thumb.png" -type: videos layout: video resources: - src: "birthday.mp4" diff --git a/content/hillary/index.md b/content/hillary/index.md index 44b521aa..f47fafdb 100644 --- a/content/hillary/index.md +++ b/content/hillary/index.md @@ -1,10 +1,8 @@ --- title: "My Brief Apperance in Hillary Clinton's DNC Video" -description: "My brief apperance in one of Hillary Clinton's 2016 DNC convention videos on substance abuse." date: 2016-07-25 00:00:00-0400 -url: "/hillary" +description: "My brief apperance in one of Hillary Clinton's 2016 DNC convention videos on substance abuse." image: "thumb.png" -type: videos layout: video resources: - src: "convention-720p.mp4" diff --git a/content/leo/index.md b/content/leo/index.md index bd7a6173..4e3a963e 100644 --- a/content/leo/index.md +++ b/content/leo/index.md @@ -1,10 +1,8 @@ --- title: "Facebook App on \"The Lab with Leo Laporte\"" -description: "Powncer app featured in Leo Laporte's TechTV show." date: 2007-01-01 00:00:00-0400 -url: "/leo" +description: "Powncer app featured in Leo Laporte's TechTV show." image: "thumb.png" -type: videos layout: video resources: - src: "leo.mp4" diff --git a/content/uses/index.md b/content/uses/index.md index e143e35d..c05d743c 100644 --- a/content/uses/index.md +++ b/content/uses/index.md @@ -1,9 +1,8 @@ --- title: "/uses 💻" -description: "Things I use daily." date: 2020-01-22 09:51:08-0400 -url: "/uses" -type: etc +description: "Things I use daily." +image: "images/desktop.png" layout: etc ---