diff --git a/imgs/c00L_y2k_g1rL.png b/imgs/c00L_y2k_g1rL.png new file mode 100644 index 0000000..34bf1f5 Binary files /dev/null and b/imgs/c00L_y2k_g1rL.png differ diff --git a/scripts/bakeimgs b/scripts/bakeimgs index 4b0f436..b04afbb 100755 --- a/scripts/bakeimgs +++ b/scripts/bakeimgs @@ -4,8 +4,9 @@ # ===== Configuration ===== # IMGS_DIR="imgs" -BAKE_DIR="bake" +BAKE_DIR="www/baked" # ========================= # mkdir -p "$BAKE_DIR" magick -background '#000000' -size 100x100 "$IMGS_DIR/mirror-icon.svg" "$BAKE_DIR/mirror-icon.png" +magick "$IMGS_DIR/c00L_y2k_g1rL.png" -resize 50% "$BAKE_DIR/avatar.png"