-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.ejs.t
More file actions
33 lines (30 loc) · 859 Bytes
/
Copy pathindex.ejs.t
File metadata and controls
33 lines (30 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
to: src/content/posts/blog/<%= fileName %>.md
---
---
title: "<%= title %>"
publishedAt: "<%= new Date().toISOString().split("T")[0] %>"
updatedAt: "<%= new Date().toISOString().split("T")[0] %>"
thumbnail: ""
githubUrl: ""
# categories は src/constants/categories.ts の値から1〜2件(必須)
categories: []
# tags は src/constants/tags.ts の値から1件以上(必須)。無ければ定数に追加する
tags: []
# status: draft | private | published
# writingStatus: writing | planned | todo | on_hold | done
# priority: high | medium | low | none
status: "private"
writingStatus: "todo"
priority: "none"
# relations:
# prerequisites: []
# related: []
# developments: []
# replacements: []
# revisions:
# - date: "<%= new Date().toISOString().split("T")[0] %>"
# summary: "初版"
---
ここに本文を書く
## メモ