The Brain Baking Hugo-based repository. https://brainbaking.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Wouter Groeneveld 6841f95579
cache webmention pics locally to resize and alleviate the wm server (rate limiting)
1 year ago
.yarn/releases migrate jamstack scripts to node module, use yarn 2 years ago
assets cache webmention pics locally to resize and alleviate the wm server (rate limiting) 1 year ago
content on commuting by bike: small typos 1 year ago
data cache webmention pics locally to resize and alleviate the wm server (rate limiting) 1 year ago
hooks cache webmention pics locally to resize and alleviate the wm server (rate limiting) 1 year ago
layouts none of my best friends are content creators 1 year ago
static on commuting by bike 1 year ago
themes/brainbaking-minimal cache webmention pics locally to resize and alleviate the wm server (rate limiting) 1 year ago
.gitignore blogroll links generated in hugo 1 year ago
.yarnrc.yml migrate jamstack scripts to node module, use yarn 2 years ago
LICENSE major overhaul styling, blockquotes, nocopyright 3 years ago
README.md split out sass, use color vars. removed teaching img dir? 3 years ago
babel.config.js migrate jamstack scripts to node module, use yarn 2 years ago
brainbaking.sublime-project blog post techorama 1 6 years ago
config.toml move webmention endpoint into config.toml 1 year ago
package.json cache webmention pics locally to resize and alleviate the wm server (rate limiting) 1 year ago
play.png jam-my-stack youtube implementation executed 2 years ago
yarn.lock cache webmention pics locally to resize and alleviate the wm server (rate limiting) 1 year ago

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' '{}' ;