Hugo Bilberry First commit to gitea@cowbay.org
This commit is contained in:
18
archetypes/gallery.md
Normal file
18
archetypes/gallery.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
|
||||
imageSlider: true #set to false if you don't want to use the imageSlider but a featuredImage
|
||||
|
||||
categories: []
|
||||
tags: []
|
||||
author: ""
|
||||
---
|
||||
|
||||
gallery: [
|
||||
"https://example.org/images/gallery-image1.jpg",
|
||||
"https://example.org/images/gallery-image2.jpg",
|
||||
"https://example.org/images/gallery-image3.jpg"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user