1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-18 14:04:25 -04:00
Files
jarv.is/archetypes/video.md
T
2020-04-17 11:44:07 -04:00

272 B


title: "{{ replace .Name "-" " " | title }}" date: {{ dateFormat "2006-01-02 15:04:05-0700" .Date }} description: "" image: "thumb.png" layout: video resources:

  • src: "{{ .Name }}.mp4"
  • src: "{{ .Name }}.webm"
  • src: "subs.en.vtt"
  • src: "thumb.png" draft: true