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/posts | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 scripts/posts (limited to 'scripts/posts') diff --git a/scripts/posts b/scripts/posts deleted file mode 100755 index 12900e1..0000000 --- a/scripts/posts +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -postsmeta=$( find ../posts \ - -name "*.md" \ - -type f \ - -exec ./postinfo {} \; |\ - jq -s '.') - -jq -n \ - --argjson valid_tags "$(./tags)" \ - --argjson posts "$postsmeta" \ -'{ - "valid_tags": $valid_tags, - "posts": $posts -}' - -- cgit v1.2.3