Skip to content

Commit

Permalink
update: default template file
Browse files Browse the repository at this point in the history
  • Loading branch information
mint73 authored Jan 11, 2024
1 parent e23b631 commit be844b6
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++
---
title: タイトルを入力
description: 説明文
slug: suiran-番号(例:suiran-001)
date: {{ .Date }}
categories:
- カテゴリーを入力
tags:
- タグを入力
draft: true
---

0 comments on commit be844b6

Please sign in to comment.