The Brain Baking Hugo-based repository. https://brainbaking.com
Go to file
Wouter Groeneveld 0026502d0a I changed my mind. Do not remove markdown-specific emphasis in .gmi files. 2021-04-04 14:21:11 +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 refactoring gemini-specific layouts, throw out mermaid, cross-reference www and gmi 2021-04-04 14:03:51 +02:00
data jamstack update metadata 2021-04-04 12:04:28 +00:00
layouts I changed my mind. Do not remove markdown-specific emphasis in .gmi files. 2021-04-04 14:21:11 +02:00
static jamstack update metadata 2021-04-04 12:04:28 +00:00
themes/brainbaking-minimal refactoring gemini-specific layouts, throw out mermaid, cross-reference www and gmi 2021-04-04 14:03:51 +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 refactoring gemini-specific layouts, throw out mermaid, cross-reference www and gmi 2021-04-04 14:03:51 +02:00
jamstack-init.js do not use replaceAll in GitHub Actions... 2021-03-24 19:43:42 +01:00
package-lock.json migrate jamstack scripts to node module, use yarn 2021-03-05 12:08:28 +01:00
package.json hugo and gemini article 2021-04-03 16:06:52 +02: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' '{}' ;