aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-09-09 01:43:38 -0400
committerhistoria <historiavg@proton.me>2026-09-09 01:43:38 -0400
commit13cf8574c43bd7e908d60b59bfd430ed4cda57b9 (patch)
treeceed994e4beadede269e9298640a0ab8d1f1d0b8
parentc63794d3da3c599cf08854d30c0cf6f2b4ed1986 (diff)
downloadssg-blog-13cf8574c43bd7e908d60b59bfd430ed4cda57b9.tar.gz
reorder categoriesHEADmain
-rwxr-xr-xssg-blog2
1 files changed, 1 insertions, 1 deletions
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