The Brain Baking Hugo-based repository. https://brainbaking.com
Go to file
Wouter Groeneveld 365129670b dipping toes into IndieWeb, added Mastodon refs 2021-02-27 17:07:23 +01:00
assets/bigimg geforce3 retro upgrade blog post 2021-01-28 10:16:00 +01:00
content dipping toes into IndieWeb, added Mastodon refs 2021-02-27 17:07:23 +01:00
layouts google robots stuff updated 2020-11-19 10:50:03 +01:00
static dipping toes into IndieWeb, added Mastodon refs 2021-02-27 17:07:23 +01:00
themes/brainbaking-minimal dipping toes into IndieWeb, added Mastodon refs 2021-02-27 17:07:23 +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 dipping toes into IndieWeb, added Mastodon refs 2021-02-27 17:07:23 +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' '{}' ;