From 87c774be6b81f7c2f6d1c3f99796483f8b332719 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sat, 19 Oct 2024 05:13:49 +0200 Subject: [PATCH] feat: :wrench: update posts data file to use git created date for post publish date --- src/posts/posts.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/posts/posts.json b/src/posts/posts.json index 98b6a6d..117de00 100644 --- a/src/posts/posts.json +++ b/src/posts/posts.json @@ -1,6 +1,7 @@ { "layout": "blogpost.njk", "permalink": "/posts/{{ title | slugify }}/", + "date": "git Created", "url": "https://blog.sebin-nyshkim.net", "author": { "name": "Sebin Nyshkim",