The Brain Baking Hugo-based repository. https://brainbaking.com
Go to file
Wouter Groeneveld 5ed692d3d0 major cleanup: remove notes/gemini/post 2021-06-21 14:10:15 +02:00
.github/workflows github action trigger at min45 2021-03-05 18:09:35 +01:00
.yarn/releases migrate jamstack scripts to node module, use yarn 2021-03-05 12:08:28 +01:00
assets/bigimg geforce3 retro upgrade blog post 2021-01-28 10:16:00 +01:00
content major cleanup: remove notes/gemini/post 2021-06-21 14:10:15 +02:00
data jamstack update metadata 2021-06-18 14:47:04 +00:00
layouts major cleanup: remove notes/gemini/post 2021-06-21 14:10:15 +02:00
static jamstack update metadata 2021-06-20 15:48:51 +00:00
themes/brainbaking-minimal major cleanup: remove notes/gemini/post 2021-06-21 14:10:15 +02:00
.gitignore hugo and gemini article 2021-04-03 16:06:52 +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 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 major cleanup: remove notes/gemini/post 2021-06-21 14:10:15 +02:00
jamstack-init.js major cleanup: remove notes/gemini/post 2021-06-21 14:10:15 +02:00
package.json jam-my-stack youtube implementation executed 2021-06-15 13:31:36 +02:00
play.png jam-my-stack youtube implementation executed 2021-06-15 13:31:36 +02:00
yarn.lock jam-my-stack youtube implementation executed 2021-06-15 13:31:36 +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' '{}' ;