commit a124054075eac355e1c376eae67d4110cf82cc4e
parent 665e9a6ebfaec4ce18eeccca46b7aefa471d9791
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Sun, 19 Jul 2026 18:43:05 +0200

Remove Miscellanea category

Diffstat:
Mexample_create.sh | 2+-
Mexample_post-receive.sh | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/example_create.sh b/example_create.sh @@ -53,7 +53,7 @@ make_stagit_index() { # generate index arguments args="" - for category in "Projects" "Personal setup" "Miscellanea"; do + for category in "Projects" "Archived"; do args="$args -c \"$category\"" for repo in "$reposdir/"*.git/; do repo="${repo%/}" diff --git a/example_post-receive.sh b/example_post-receive.sh @@ -66,7 +66,7 @@ make_stagit_index() { # generate index arguments args="" - for category in "Projects" "Personal setup" "Miscellanea"; do + for category in "Projects" "Archived"; do args="$args -c \"$category\"" for repo in "$reposdir/"*.git/; do repo="${repo%/}"