Hugo Projekt in Git integririert

Nach einer größeren Aufräumaktion, sind nun die Hugo Projektdateien, in einem Git Repository
This commit is contained in:
michael
2026-08-29 10:26:22 +02:00
parent b40652ca1c
commit f8e4e91e75
14 changed files with 480 additions and 11 deletions
+12
View File
@@ -0,0 +1,12 @@
---
date: '{{ .Date }}'
draft: false
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
author: "Michael"
cover:
image: "<image path/url>"
category: ["categories"]
tags: ["first"]
---