1

Replaced default archetype

This commit is contained in:
2025-03-29 23:50:47 +01:00
parent ed9ddcfdc8
commit fe24883933
2 changed files with 14 additions and 19 deletions

View File

@@ -1,5 +1,14 @@
+++ ---
date = '{{ .Date }}' title: "{{ replace .Name "-" " " | title }}"
draft = true date: {{ .Date }}
title = '{{ replace .File.ContentBaseName "-" " " | title }}' cover: "images/cover.jpg"
+++ theme: ""
tags: []
links: []
# Example:
# links:
# - name: "LEGO (France)"
# lang: "fr"
# url: "https://www.lego.com/fr-fr/product/t-rex-rampage-75936"
# official: true
---

View File

@@ -1,14 +0,0 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
cover: "images/cover.jpg"
theme: ""
tags: []
links: []
# Example:
# links:
# - name: "LEGO (France)"
# lang: "fr"
# url: "https://www.lego.com/fr-fr/product/t-rex-rampage-75936"
# official: true
---