The Brain Baking Hugo-based repository. https://brainbaking.com
Go to file
Wouter Groeneveld d9b4a3e2f3 the perfect bowl of porridge typo 2 2022-07-04 19:08:16 +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 the perfect bowl of porridge typo 2 2022-07-04 19:08:16 +02:00
data the perfect bowl of porridge + add a cooking category 2022-07-04 17:38:41 +02:00
hooks cache webmention pics locally to resize and alleviate the wm server (rate limiting) 2022-05-07 15:15:22 +02:00
layouts none of my best friends are content creators 2022-04-11 10:46:08 +02:00
static the perfect bowl of porridge typo 2022-07-04 18:05:42 +02:00
themes/brainbaking-minimal refactor terms index via Tons note 2022-06-20 18:16:53 +02:00
.gitignore blogroll links generated in hugo 2022-01-20 21:21:49 +01: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 split out sass, use color vars. removed teaching img dir? 2020-06-03 16:28:49 +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 cache webmention pics locally to resize and alleviate the wm server (rate limiting) 2022-05-07 15:15:22 +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.

Screenshot png - jpg conversion

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