diff options
Diffstat (limited to 'scripts/genposts')
-rwxr-xr-x | scripts/genposts | 9 |
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 - |