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:
@@ -2,5 +2,6 @@
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ dateFormat "2006-01-02 15:04:05-0700" .Date }}
|
||||
description: ""
|
||||
image: ""
|
||||
draft: true
|
||||
---
|
||||
|
8
archetypes/etc.md
Normal file
8
archetypes/etc.md
Normal 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
|
||||
---
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user