aboutsummaryrefslogtreecommitdiff
path: root/scripts/genposts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genposts')
-rwxr-xr-xscripts/genposts9
1 files changed, 0 insertions, 9 deletions
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
-