From 0e106be1dc6d52ce14f1291ac1ec1149007f918c Mon Sep 17 00:00:00 2001
From: Loek Le Blansch <loek@pipeframe.xyz>
Date: Wed, 16 Oct 2024 20:55:00 +0200
Subject: generate post info using git

---
 _data/.gitignore  | 1 +
 _data/authors.yml | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 _data/.gitignore

(limited to '_data')

diff --git a/_data/.gitignore b/_data/.gitignore
new file mode 100644
index 0000000..8b1e502
--- /dev/null
+++ b/_data/.gitignore
@@ -0,0 +1 @@
+post
diff --git a/_data/authors.yml b/_data/authors.yml
index 225bec1..62cc535 100644
--- a/_data/authors.yml
+++ b/_data/authors.yml
@@ -1,6 +1,7 @@
 authors:
   - name: Loek
     git:
+      - Loek Le Blansch
       - lonkaars
   - name: Willem
     git:
-- 
cgit v1.2.3