1

Initial commit

This commit is contained in:
2025-03-28 12:57:37 +01:00
commit ed9ddcfdc8
1841 changed files with 42303 additions and 0 deletions

14
archetypes/post.md Normal file
View File

@@ -0,0 +1,14 @@
---
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
---