Update
This commit is contained in:
@@ -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
|
||||
@@ -7,4 +7,4 @@
|
||||
# remove .git
|
||||
# git init and initial commit
|
||||
# create custom configuration
|
||||
# save it to ./hosts
|
||||
# save it to ./hosts
|
||||
|
||||
Reference in New Issue
Block a user