1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 19:25:32 -04:00

clean up some archetypes and etc pages

[skip ci]
This commit is contained in:
2020-04-17 11:44:07 -04:00
parent 8537042ff1
commit 2f613caefa
7 changed files with 15 additions and 13 deletions

View File

@@ -2,5 +2,6 @@
title: "{{ replace .Name "-" " " | title }}" title: "{{ replace .Name "-" " " | title }}"
date: {{ dateFormat "2006-01-02 15:04:05-0700" .Date }} date: {{ dateFormat "2006-01-02 15:04:05-0700" .Date }}
description: "" description: ""
image: ""
draft: true draft: true
--- ---

8
archetypes/etc.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ dateFormat "2006-01-02 15:04:05-0700" .Date }}
description: ""
image: ""
layout: etc
draft: true
---

View File

@@ -1,8 +1,8 @@
--- ---
title: "{{ replace .Name "-" " " | title }}" title: "{{ replace .Name "-" " " | title }}"
date: {{ dateFormat "2006-01-02 15:04:05-0700" .Date }} date: {{ dateFormat "2006-01-02 15:04:05-0700" .Date }}
description: ""
image: "thumb.png" image: "thumb.png"
type: videos
layout: video layout: video
resources: resources:
- src: "{{ .Name }}.mp4" - src: "{{ .Name }}.mp4"

View File

@@ -1,10 +1,8 @@
--- ---
title: "🎉 Cranky Birthday Boy on VHS Tape 📼" 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 date: 1996-02-04 00:00:00-0400
url: "/birthday" description: "The origin of my hatred for the Happy Birthday song."
image: "thumb.png" image: "thumb.png"
type: videos
layout: video layout: video
resources: resources:
- src: "birthday.mp4" - src: "birthday.mp4"

View File

@@ -1,10 +1,8 @@
--- ---
title: "My Brief Apperance in Hillary Clinton's DNC Video" 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 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" image: "thumb.png"
type: videos
layout: video layout: video
resources: resources:
- src: "convention-720p.mp4" - src: "convention-720p.mp4"

View File

@@ -1,10 +1,8 @@
--- ---
title: "Facebook App on \"The Lab with Leo Laporte\"" 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 date: 2007-01-01 00:00:00-0400
url: "/leo" description: "Powncer app featured in Leo Laporte's TechTV show."
image: "thumb.png" image: "thumb.png"
type: videos
layout: video layout: video
resources: resources:
- src: "leo.mp4" - src: "leo.mp4"

View File

@@ -1,9 +1,8 @@
--- ---
title: "/uses 💻" title: "/uses 💻"
description: "Things I use daily."
date: 2020-01-22 09:51:08-0400 date: 2020-01-22 09:51:08-0400
url: "/uses" description: "Things I use daily."
type: etc image: "images/desktop.png"
layout: etc layout: etc
--- ---