The Brain Baking Hugo-based repository. https://brainbaking.com
Go to file
Wouter Groeneveld 6ec9736568 exploring the alternet. get rid of headroom 2021-03-24 17:28:38 +01: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 exploring the alternet. get rid of headroom 2021-03-24 17:28:38 +01:00
data get rid of notes that are essentially replies on mastodon. they are worthless on brainbaking and pollute the RSS feed! 2021-03-20 13:21:41 +01:00
layouts various fixes on webmention and microformat layout 2021-03-19 20:43:23 +01:00
static get rid of notes that are essentially replies on mastodon. they are worthless on brainbaking and pollute the RSS feed! 2021-03-20 13:21:41 +01:00
themes/brainbaking-minimal exploring the alternet. get rid of headroom 2021-03-24 17:28:38 +01:00
.gitignore migrate jamstack scripts to node module, use yarn 2021-03-05 12:08:28 +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 overhaul main/article layout 2021-03-12 18:48:49 +01:00
jamstack-init.js get rid of notes that are essentially replies on mastodon. they are worthless on brainbaking and pollute the RSS feed! 2021-03-20 13:21:41 +01:00
package-lock.json migrate jamstack scripts to node module, use yarn 2021-03-05 12:08:28 +01:00
package.json get rid of notes that are essentially replies on mastodon. they are worthless on brainbaking and pollute the RSS feed! 2021-03-20 13:21:41 +01:00
yarn.lock get rid of notes that are essentially replies on mastodon. they are worthless on brainbaking and pollute the RSS feed! 2021-03-20 13:21:41 +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' '{}' ;