The Brain Baking Hugo-based repository. https://brainbaking.com
Go to file
Wouter Groeneveld 2abc480c68 by author in RSS, ko-fi link in about 2021-01-05 17:03:59 +01:00
assets/bigimg devon big img 2021-01-01 12:15:49 +01:00
content by author in RSS, ko-fi link in about 2021-01-05 17:03:59 +01:00
layouts google robots stuff updated 2020-11-19 10:50:03 +01:00
static by author in RSS, ko-fi link in about 2021-01-05 17:03:59 +01:00
themes/brainbaking-minimal by author in RSS, ko-fi link in about 2021-01-05 17:03:59 +01:00
.gitignore postprocessor also process new sections 2020-07-27 11:03:45 +02: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 goodreads fetch nodeside, babel 2020-05-30 17:41:38 +02:00
brainbaking.sublime-project blog post techorama 1 2017-05-25 22:04:53 +02:00
build-lunr-index.js no essays in index 2020-06-16 16:13:58 +02:00
config.toml fix RSS en lazyload imgs 2021-01-05 15:30:06 +01:00
goodreads-fetch.js first-letter uppercasing, goodreads js moved serverside 2020-06-02 09:55:36 +02:00
package-lock.json apple silicon article 2020-12-27 10:38:45 +01:00
package.json apple silicon article 2020-12-27 10:38:45 +01: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' '{}' ;