initial commit (testing out stuff)

This commit is contained in:
Diego Joss
2025-05-28 14:56:46 +02:00
commit fa9541e0e5
13 changed files with 157 additions and 0 deletions

9
archetypes/activite.md Normal file
View File

@ -0,0 +1,9 @@
---
title: "{{ replace (.File.ContentBaseName | replaceRE `(.{4}-.{1,2}-.{1,2}-` "") "-" " " | title }}"
date: {{ .File.ContentBaseName | replaceRE `(.{4}-.{1,2}-.{1,2})-.*` "$1" }}
publishDate: {{ .Date }}
expiryDate: {{ .File.ContentBaseName | replaceRE `(.{4}-.{1,2}-.{1,2})-.*` "$1" }}
tags: []
featured_image: ""
description: ""
---