The Brain Baking Hugo-based repository. https://brainbaking.com
Go to file
Wouter Groeneveld 6625efaebe add src logo to base repo 2022-10-28 10:09:50 +02:00
.yarn/releases migrate jamstack scripts to node module, use yarn 2021-03-05 12:08:28 +01:00
assets the harsh creative habit 2022-08-16 11:01:05 +02:00
content should we build our own wayback machines? + footer/main min-height css fix 2022-10-27 16:12:02 +02:00
data vintage computer launchers 2022-09-30 09:11:00 +02:00
extras the board game shelf analysis 2022: average additions 2022-07-29 16:27:57 +02:00
hooks migrate from lunr to pagefind for searching 2022-07-25 12:19:05 +02:00
layouts logo redesign in SVG; dsdoom works 2022-10-22 16:06:25 +02:00
static logo redesign in SVG; dsdoom works 2022-10-22 16:06:25 +02:00
themes/brainbaking-minimal add src logo to base repo 2022-10-28 10:09:50 +02:00
.gitignore migrate from lunr to pagefind for searching 2022-07-25 12:19:05 +02:00
.yarnrc.yml migrate jamstack scripts to node module, use yarn 2021-03-05 12:08:28 +01:00
LICENSE major overhaul styling, blockquotes, nocopyright 2020-05-30 10:04:25 +02:00
README.md now self-hosted at git.brainbaking.com 2022-07-06 11:10:57 +02:00
babel.config.js migrate jamstack scripts to node module, use yarn 2021-03-05 12:08:28 +01:00
brainbaking.sublime-project blog post techorama 1 2017-05-25 22:04:53 +02:00
config.toml logo redesign in SVG; dsdoom works 2022-10-22 16:06:25 +02:00
package.json simplify render-image using hasPrefix() 2022-07-25 15:16:26 +02:00
play.png jam-my-stack youtube implementation executed 2021-06-15 13:31:36 +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
yarn.lock cache webmention pics locally to resize and alleviate the wm server (rate limiting) 2022-05-07 15:15:22 +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