Val's Dreamscape Journal - initial

This commit is contained in:
Chen Gu
2026-04-23 12:20:19 +08:00
commit 4423c3a648
18 changed files with 1077 additions and 0 deletions

17
archetypes/gallery.md Normal file
View 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 >}}