The Brain Baking Hugo-based repository. https://brainbaking.com
Go to file
Wouter Groeneveld b55fe8a7f0 migrate from lunr to pagefind for searching 2022-07-25 12:19:05 +02:00
.yarn/releases migrate jamstack scripts to node module, use yarn 2021-03-05 12:08:28 +01:00
assets a few typos 2022-05-13 17:22:15 +02:00
content migrate from lunr to pagefind for searching 2022-07-25 12:19:05 +02:00
data major cleanup large images, mass-convert png->sRGB jpg 2022-07-11 09:11:25 +02:00
hooks migrate from lunr to pagefind for searching 2022-07-25 12:19:05 +02:00
layouts none of my best friends are content creators 2022-04-11 10:46:08 +02:00
static migrate from lunr to pagefind for searching 2022-07-25 12:19:05 +02:00
themes/brainbaking-minimal migrate from lunr to pagefind for searching 2022-07-25 12:19:05 +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 move webmention endpoint into config.toml 2022-04-29 14:16:57 +02:00
package.json migrate from lunr to pagefind for searching 2022-07-25 12:19:05 +02:00
play.png jam-my-stack youtube implementation executed 2021-06-15 13:31:36 +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