Testing
This commit is contained in:
5
themes/minimal/archetypes/default.md
Normal file
5
themes/minimal/archetypes/default.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: {{ dateFormat "2006-01-02" .Date }}
|
||||
draft: true
|
||||
---
|
||||
6
themes/minimal/archetypes/post.md
Normal file
6
themes/minimal/archetypes/post.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: {{ dateFormat "2006-01-02" .Date }}
|
||||
tags: []
|
||||
draft: true
|
||||
---
|
||||
8
themes/minimal/archetypes/project.md
Normal file
8
themes/minimal/archetypes/project.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
description: ""
|
||||
repo: ""
|
||||
tags: []
|
||||
weight: 0
|
||||
draft: true
|
||||
---
|
||||
Reference in New Issue
Block a user