From c364c4b0273e76cb13571878d1a4a2853a392b9b Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 12 Apr 2024 10:31:48 +0200 Subject: WIP transition to jekyll --- scripts/genposts | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 scripts/genposts (limited to 'scripts/genposts') diff --git a/scripts/genposts b/scripts/genposts deleted file mode 100755 index 22459fb..0000000 --- a/scripts/genposts +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -cd $(dirname $0) - -./posts |\ - jq ".posts |= sort_by(.date)" |\ - jq -c \ - > ../public/posts.json - -- cgit v1.2.3