From 13cf8574c43bd7e908d60b59bfd430ed4cda57b9 Mon Sep 17 00:00:00 2001 From: historia Date: Wed, 9 Sep 2026 01:43:38 -0400 Subject: reorder categories --- ssg-blog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssg-blog b/ssg-blog index 44997e0..bf2a2e6 100755 --- a/ssg-blog +++ b/ssg-blog @@ -21,7 +21,7 @@ # directories get the site header and footer; .html files anywhere else # are copied verbatim (e.g. standalone pages like JS tools). If empty, # every top-level directory is a category, sorted alphabetically. -CATEGORIES="games lists money technology tutorials" +CATEGORIES="games technology tutorials money" main() { test -n "$1" || usage -- cgit v1.2.3