The Brain Baking Hugo-based repository. https://brainbaking.com
Go to file
Wouter Groeneveld 231fe3c9f2 prettified rss xml using pretty-feed xsl 2021-05-05 09:12:24 +02: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 prettified rss xml using pretty-feed xsl 2021-05-05 09:12:24 +02:00
data jamstack update metadata 2021-05-04 13:07:16 +00:00
layouts wtf? published date fuckup, fix first, then find out what happened 2021-04-26 10:47:04 +02:00
static prettified rss xml using pretty-feed xsl 2021-05-05 09:12:24 +02:00
themes/brainbaking-minimal prettified rss xml using pretty-feed xsl 2021-05-05 09:12:24 +02:00
.gitignore hugo and gemini article 2021-04-03 16:06:52 +02: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 gemini-specific atom feed, fix vimeo in md 2021-04-22 09:33:23 +02:00
jamstack-init.js jam-my-stack 1.0.16 update, simplify wm sending 2021-04-16 16:35:03 +02:00
package-lock.json migrate jamstack scripts to node module, use yarn 2021-03-05 12:08:28 +01:00
package.json update jam-my-stack 1.0.17 2021-04-26 21:03:54 +02:00
yarn.lock update jam-my-stack 1.0.17 2021-04-26 21:03:54 +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' '{}' ;