A lot of clean up
This commit is contained in:
parent
d89744f46f
commit
931fa141dc
62 changed files with 447 additions and 993 deletions
8
build.sh
8
build.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue