first commit with decap cms and git integration

This commit is contained in:
2024-05-24 12:07:00 +00:00
commit 241513ed8e
14 changed files with 417 additions and 0 deletions

5
archetypes/default.md Normal file
View File

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++