Tons of changes, all of which I've forgotten. A number of refactors

exist. Nav menu partly operational on mobile.
This commit is contained in:
Cutieguwu
2025-08-16 15:02:54 -04:00
parent 4bd5c25a72
commit b4906abd19
46 changed files with 318 additions and 213 deletions

View File

@@ -57,7 +57,7 @@ do
elif [ "$x" == 'style' ]
then
cmd='sass'
cmd='sass --update'
files=(`
find src -not\
@@ -107,7 +107,7 @@ do
mkdir -p target/img/blog/posts
action='Converting and Copying Images...'
action='Converting Images...'
elif [ "$x" == 'clean' ]
then
@@ -123,11 +123,15 @@ do
echo -e "$green"Options:"$cyan"
echo ' -h, --help Print help'
echo
echo
echo -e "$green"Commands:"$cyan"
echo ' conv-img Convert images to target'
echo ' copy Copy assets to target'
echo ' inflate Inflate the HTML source'
echo ' style Compile SCSS to CSS'
echo ' copy Copy assets to target'
echo ' clean Wipe the target dir'
echo
echo ' clean Wipe the target directory'
break
fi