The Brain Baking Hugo-based repository. https://brainbaking.com
Go to file
Wouter Groeneveld 48b43764c3 add title to <time/>; fix uppercase A 2024-07-23 21:08:58 +02:00
content add title to <time/>; fix uppercase A 2024-07-23 21:08:58 +02:00
data bye bye webmentions... 2023-05-08 10:45:48 +02:00
layouts use an svg iconset instead of icons.html; move logo to separate svg 2024-07-07 11:56:19 +02:00
scripts writing statistics: savefig() generates an svg! 2024-07-07 21:18:43 +02:00
static the 2024 shelf analysis 2024-07-20 13:06:40 +02:00
themes add title to <time/>; fix uppercase A 2024-07-23 21:08:58 +02:00
.gitignore migrate from lunr to pagefind for searching 2022-07-25 12:19:05 +02:00
LICENSE change license to CC BY 4.0; is your website training AI? 2023-04-23 14:46:21 +02:00
README.md now self-hosted at git.brainbaking.com 2022-07-06 11:10:57 +02:00
brainbaking.sublime-project blog post techorama 1 2017-05-25 22:04:53 +02:00
bun.lockb remove babel from the equasion, move scripts to /script 2024-06-27 20:53:10 +02:00
config.toml the new awhile design: gogogo 2024-06-17 16:01:30 +02:00
package-lock.json june 2024: add dj shadow ref, ln -s youtube-dl in node_modules/bin; bun install doesnt compile this 2024-07-03 22:22:39 +02:00
package.json remove babel from the equasion, move scripts to /script 2024-06-27 20:53:10 +02:00
play.png jam-my-stack youtube implementation executed 2021-06-15 13:31:36 +02:00
src-logo-nib.svg use an svg iconset instead of icons.html; move logo to separate svg 2024-07-07 11:56:19 +02:00
src-logo.png add src logo to base repo 2022-10-28 10:09:50 +02:00
src-logo.svg add src logo to base repo 2022-10-28 10:09:50 +02:00

README.md

Brainbaking.com hugo site.

Source now self-hosted at git.brainbaking.com!

Screenshot png - jpg conversion

find . -name "*.png" -exec convert {} -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG -colorspace sRGB {}.jpg \;
find ./ -name "*.png.jpg" -exec sh -c 'mv $0 `basename "$0" .png.jpg`.jpg' '{}' \;

Using montage to stick together two screenshots:

montage TMHT\ FOOT\ CLAN-1.png TMHT\ FOOT\ CLAN-5.png  -tile 2x1 -geometry +2+2 boss-still.png
convert -filter box -resize x400 boss-still.png boss-still.png