This commit is contained in:
Hadi
2024-06-24 00:33:36 +02:00
parent 1a4ff5e542
commit 7397237149
19 changed files with 15 additions and 4 deletions

View File

@@ -4,6 +4,16 @@
[[ -d "./docs" ]] || (echo "Folder ./docs not found" && exit 1)
# Main images
for file in ./docs/src/*.png; do
optipng "$file"
done
# Theme's images
for file in ./docs/src/*/*.png; do
optipng "$file"
done
for file in ./home/wallpapers/*.png; do
optipng "$file"
done

View File

@@ -7,4 +7,4 @@
# remove .git
# git init and initial commit
# create custom configuration
# save it to ./hosts
# save it to ./hosts