This commit is contained in:
2025-10-07 21:34:06 +02:00
parent 2759d8c472
commit ba2a2878fd
32 changed files with 2311 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ dateFormat "2006-01-02" .Date }}
draft: true
---

View File

@@ -0,0 +1,6 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ dateFormat "2006-01-02" .Date }}
tags: []
draft: true
---

View File

@@ -0,0 +1,8 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
description: ""
repo: ""
tags: []
weight: 0
draft: true
---