The Brain Baking Hugo-based repository. https://brainbaking.com
Go to file
Wouter Groeneveld 0e749db4ae jam-my-stack youtube implementation executed 2021-06-15 13:31:36 +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 jam-my-stack youtube implementation executed 2021-06-15 13:31:36 +02:00
data jam-my-stack youtube implementation executed 2021-06-15 13:31:36 +02:00
layouts jam-my-stack youtube implementation executed 2021-06-15 13:31:36 +02:00
static jam-my-stack youtube implementation executed 2021-06-15 13:31:36 +02:00
themes/brainbaking-minimal do not pretty-print the machine-parsable RSS 2021-06-02 08:11:49 +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 gemini-specific atom feed, fix vimeo in md 2021-04-22 09:33:23 +02:00
jamstack-init.js jam-my-stack youtube implementation executed 2021-06-15 13:31:36 +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' '{}' ;