The Brain Baking Hugo-based repository. https://brainbaking.com
Go to file
wgroeneveld 427050ba07 sb audigy post 2020-11-24 17:57:42 +01:00
assets/bigimg sb audigy post 2020-11-24 17:57:42 +01:00
content sb audigy post 2020-11-24 17:57:42 +01:00
layouts google robots stuff updated 2020-11-19 10:50:03 +01:00
static sb audigy post 2020-11-24 17:57:42 +01:00
themes/brainbaking-minimal google robots stuff updated 2020-11-19 10:50:03 +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 google robots stuff updated 2020-11-19 10:50:03 +01:00
goodreads-fetch.js first-letter uppercasing, goodreads js moved serverside 2020-06-02 09:55:36 +02:00
package-lock.json Bump lodash from 4.17.15 to 4.17.19 2020-07-20 22:41:52 +00:00
package.json archive rework: search, archive by year 2020-06-10 15:51:32 +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' '{}' ;