aboutsummaryrefslogtreecommitdiff
path: root/scripts/posts
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-12 10:31:48 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-12 10:31:48 +0200
commitc364c4b0273e76cb13571878d1a4a2853a392b9b (patch)
tree0deb386ef2e380436a74ad9fcf5b023c999dfed7 /scripts/posts
parent583f9fa1018bb688323f2367e99c53bba9843f61 (diff)
WIP transition to jekyll
Diffstat (limited to 'scripts/posts')
-rwxr-xr-xscripts/posts16
1 files changed, 0 insertions, 16 deletions
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
-}'
-