Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Month updates august 2024 #75

Merged

Conversation

alifeee
Copy link
Member

@alifeee alifeee commented Sep 1, 2024

See a preview on https://shhm-preview-month-notes-august-2024.surge.sh/month-updates-august-2024/

To be merged no earlier than 4pm on September 2nd 2024.

alifeee and others added 8 commits August 31, 2024 22:15
```bash
while read image; do fname=$(basename "${image}"); name=$(echo "${fname%.*}"); echo "${name}"; cwebp -q 20 "${image}" -o "${name}.webp"; done <<< $(find ./hq -type f)
```
```bash
# print resolutions
find . -maxdepth 1 -type f -exec convert "{}" -print "{}: Size: %wx%h\n" /dev/null \;
# convert width to 1024
while read -r file; do fname=$(basename "${file}"); convert "${file}[1024x>]" "res/${fname}"; done <<< $(find hq -type f)
# convert to webp
while read image; do fname=$(basename "${image}"); name=$(echo "${fname%.*}"); echo "${name}"; cwebp -q 40 "${image}" -o "${name}.webp"; done <<< $(find ./res -type f)
```
```bash
find assets/blog/2024-09-01-month-updates-august-2024/ -type f -exec echo '![ALT TEXT]({{site.baseurl}}/{})' \; >> _posts/2024-09-01-month-updates-august-2024.md
```
@alifeee
Copy link
Member Author

alifeee commented Sep 1, 2024

since I no longer have the triage role in this repository, I cannot assign reviewers. I would have assigned @LouiseMcMahon :)

@LouiseMcMahon LouiseMcMahon merged commit ec7373e into sheffieldhackspace:main Sep 5, 2024
1 check passed
@alifeee alifeee deleted the month-updates-august-2024 branch September 5, 2024 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants