The Brain Baking Hugo-based repository. https://brainbaking.com
Go to file
Wouter Groeneveld 7fe3c1d338 Montaigne does _not_ like apples, right? 2022-06-01 20:37:07 +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 Montaigne does _not_ like apples, right? 2022-06-01 20:37:07 +02:00
data Montaigne does _not_ like apples, right? 2022-06-01 20:37:07 +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 Montaigne does _not_ like apples, right? 2022-06-01 20:37:07 +02:00
themes/brainbaking-minimal I changed my mind. I dont want likes to show up. 2022-05-11 18:31:42 +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' '{}' ;