The Brain Baking Hugo-based repository. https://brainbaking.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Wouter Groeneveld 4ad02e1353
may 2023: addendums
3 days ago
.yarn/releases migrate jamstack scripts to node module, use yarn 2 years ago
content may 2023: addendums 3 days ago
data bye bye webmentions... 4 weeks ago
extras extra insurance for popular posts in case sqlite db is contaminated 2 months ago
hooks bye bye webmentions... 4 weeks ago
layouts change license to CC BY 4.0; is your website training AI? 1 month ago
static rework the creative programmer works page to a single access point 7 days ago
themes/brainbaking-minimal bye bye webmentions... 4 weeks ago
.gitignore migrate from lunr to pagefind for searching 11 months ago
.yarnrc.yml migrate jamstack scripts to node module, use yarn 2 years ago
LICENSE change license to CC BY 4.0; is your website training AI? 1 month ago
README.md now self-hosted at git.brainbaking.com 11 months ago
babel.config.js migrate jamstack scripts to node module, use yarn 2 years ago
brainbaking.sublime-project blog post techorama 1 6 years ago
config.toml bye bye webmentions... 4 weeks ago
package.json .sqlite3 ext 7 months ago
play.png jam-my-stack youtube implementation executed 2 years ago
src-logo.png add src logo to base repo 7 months ago
src-logo.svg add src logo to base repo 7 months ago
yarn.lock cache webmention pics locally to resize and alleviate the wm server (rate limiting) 1 year ago

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