ソースを参照

Add posts archetype

master
Adrian Short 4年前
コミット
887423340b
1個のファイルの変更8行の追加0行の削除
  1. +8
    -0
      archetypes/posts.md

+ 8
- 0
archetypes/posts.md ファイルの表示

@@ -0,0 +1,8 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
description:
tags:
-
---

読み込み中…
キャンセル
保存