@@ -1,5 +1,11 @@
|
||||
+++
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = "{{ .Date }}"
|
||||
draft = false
|
||||
summary = ""
|
||||
tags = []
|
||||
|
||||
[hero]
|
||||
src = ""
|
||||
caption = ""
|
||||
+++
|
||||
|
10
archetypes/photos.md
Normal file
10
archetypes/photos.md
Normal file
@@ -0,0 +1,10 @@
|
||||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = "{{ .Date }}"
|
||||
draft = false
|
||||
tags = []
|
||||
|
||||
[hero]
|
||||
src = ""
|
||||
exif = true
|
||||
+++
|
Reference in New Issue
Block a user