Val's Dreamscape Journal - initial
This commit is contained in:
17
archetypes/gallery.md
Normal file
17
archetypes/gallery.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
categories: ["gallery"]
|
||||
tags: []
|
||||
location: ""
|
||||
world: ""
|
||||
description: ""
|
||||
---
|
||||
|
||||
图志说明文字...
|
||||
|
||||
{{< gallery >}}
|
||||
{{< image src="/images/gallery/image-01.jpg" alt="描述" caption="说明文字" >}}
|
||||
{{< image src="/images/gallery/image-02.jpg" alt="描述" caption="说明文字" >}}
|
||||
{{< /gallery >}}
|
||||
Reference in New Issue
Block a user