diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-11-02 14:10:21 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 13:19:59 -0400 |
commit | 3a6bccc3774fef170e9c5f71b303a8a36bf11d9c (patch) | |
tree | b008d3c964de9fafa4e30e51d8a581327b32421d /md | |
parent | ed89b488d5c3b6f82c7bf6ba46988f5d77e6fc6f (diff) |
Switch to high res images
Diffstat (limited to 'md')
-rw-r--r-- | md/deployed/Chevrolet_Vision_SS/Chevrolet_Vision_SS.md | 11 | ||||
-rw-r--r-- | md/postDeployWSL.sh | 4 |
2 files changed, 4 insertions, 11 deletions
diff --git a/md/deployed/Chevrolet_Vision_SS/Chevrolet_Vision_SS.md b/md/deployed/Chevrolet_Vision_SS/Chevrolet_Vision_SS.md index e176e43..57921b5 100644 --- a/md/deployed/Chevrolet_Vision_SS/Chevrolet_Vision_SS.md +++ b/md/deployed/Chevrolet_Vision_SS/Chevrolet_Vision_SS.md @@ -1,5 +1,5 @@ --- -page: Projects +page: Project title: 2035 Chevrolet Vision SS date: 2023-11-02 description: Chevrolet design project set in 2035. Purpose-built EV sports car. @@ -11,17 +11,10 @@ type: post The 2035 Chevrolet Vision SS project is aimed at designing a purpose-built sports car for the EV future.  -  -  -  -  - - - +{class="mainImage"}  - 
\ No newline at end of file diff --git a/md/postDeployWSL.sh b/md/postDeployWSL.sh index b8a8570..0aed051 100644 --- a/md/postDeployWSL.sh +++ b/md/postDeployWSL.sh @@ -46,8 +46,8 @@ then for image in $(ls "$base_dir/md/staged/images") do echo "Converting $image and deploying at $media_dir/$image" - convert $base_dir/md/staged/images/$image -resize 1000x1000\> "$media_dir/$image" - /home/ascerba/.local/bin/cwebp -q 70 "$media_dir/$image" "$media_dir/${image%.*}.webp" + convert $base_dir/md/staged/images/$image -resize 1800x1800\> "$media_dir/$image" + #/home/ascerba/.local/bin/cwebp -q 70 "$media_dir/$image" "$media_dir/${image%.*}.webp" <------- ignore for now done fi |