Initialisierung

This commit is contained in:
mdn 2022-11-13 20:52:45 +01:00
parent 4084518848
commit 6dd9fa38f6
116 changed files with 17349 additions and 2 deletions

5
archetypes/archive.md Normal file
View file

@ -0,0 +1,5 @@
---
title: "{{ now.Format "2006"}}"
date: {{ now.Format "2006-01-02"}}
type: "archive"
---

13
archetypes/blog.md Normal file
View file

@ -0,0 +1,13 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
publishDate: {{ now.Format "2006-01-02"}}
lastmod: {{ now.Format "2006-01-02"}}
draft: true
author: "mdn"
featured: false
tags: []
categories: []
---
<!--more-->

2
archetypes/default.md Normal file
View file

@ -0,0 +1,2 @@
+++
+++