Val's Dreamscape Journal - initial
This commit is contained in:
30
archetypes/essay.md
Normal file
30
archetypes/essay.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
categories: ["essay"]
|
||||
tags: []
|
||||
series: ""
|
||||
series_order: 1
|
||||
abstract: ""
|
||||
description: ""
|
||||
toc: true
|
||||
reading_time: true
|
||||
---
|
||||
|
||||
## 引言
|
||||
|
||||
文章开篇...
|
||||
|
||||
## 正文
|
||||
|
||||
主要内容...
|
||||
|
||||
## 结论
|
||||
|
||||
总结思考...
|
||||
|
||||
## 参考
|
||||
|
||||
-
|
||||
-
|
||||
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 >}}
|
||||
43
archetypes/journey.md
Normal file
43
archetypes/journey.md
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
categories: ["journey"]
|
||||
tags: []
|
||||
series: ""
|
||||
series_order: 1
|
||||
location: ""
|
||||
world: ""
|
||||
cover:
|
||||
image: ""
|
||||
alt: ""
|
||||
description: ""
|
||||
toc: true
|
||||
reading_time: true
|
||||
---
|
||||
|
||||
## 旅程起点
|
||||
|
||||
描述出发地点和初始状态...
|
||||
|
||||
## 路线与见闻
|
||||
|
||||
### 第一段路程
|
||||
|
||||
详细记录沿途的发现...
|
||||
|
||||
## 关键发现
|
||||
|
||||
### 地点/事件名称
|
||||
|
||||
深度描述...
|
||||
|
||||
## 感悟与反思
|
||||
|
||||
旅程带来的思考...
|
||||
|
||||
## 实用信息
|
||||
|
||||
- **位置**:
|
||||
- **时间**:
|
||||
- **建议**:
|
||||
17
archetypes/sketch.md
Normal file
17
archetypes/sketch.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
categories: ["sketch"]
|
||||
tags: []
|
||||
mood: ""
|
||||
weather: ""
|
||||
time_of_day: ""
|
||||
location: ""
|
||||
world: ""
|
||||
description: ""
|
||||
---
|
||||
|
||||
快速记录当下的灵感片段...
|
||||
|
||||
<!-- 速记通常较短,捕捉瞬间的想法或场景 -->
|
||||
Reference in New Issue
Block a user