A lot of clean up

This commit is contained in:
Dan 2025-12-31 12:50:21 +00:00
parent d89744f46f
commit 931fa141dc
62 changed files with 447 additions and 993 deletions

View file

@ -34,6 +34,14 @@ if [ $? -ne 0 ]; then
fi
echo -e "${GREEN}✓ Hugo build successful!${NC}"
# Remove the updates section list page (we only want individual update pages)
if [ -d "public/updates" ]; then
echo -e "${BLUE}Removing updates section list page...${NC}"
rm -rf public/updates
echo -e "${GREEN}✓ Updates folder removed!${NC}"
fi
echo ""
# Count total files