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.
|
3 days ago | |
---|---|---|
.yarn/releases | 2 years ago | |
content | 3 days ago | |
data | 4 weeks ago | |
extras | 2 months ago | |
hooks | 4 weeks ago | |
layouts | 1 month ago | |
static | 7 days ago | |
themes/brainbaking-minimal | 4 weeks ago | |
.gitignore | 11 months ago | |
.yarnrc.yml | 2 years ago | |
LICENSE | 1 month ago | |
README.md | 11 months ago | |
babel.config.js | 2 years ago | |
brainbaking.sublime-project | 6 years ago | |
config.toml | 4 weeks ago | |
package.json | 7 months ago | |
play.png | 2 years ago | |
src-logo.png | 7 months ago | |
src-logo.svg | 7 months ago | |
yarn.lock | 1 year ago |
README.md
Brainbaking.com hugo site.
Source now self-hosted at git.brainbaking.com
!
Screenshot png - jpg conversion
find . -name "*.png" -exec convert {} -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG -colorspace sRGB {}.jpg \;
find ./ -name "*.png.jpg" -exec sh -c 'mv $0 `basename "$0" .png.jpg`.jpg' '{}' \;
Using montage to stick together two screenshots:
montage TMHT\ FOOT\ CLAN-1.png TMHT\ FOOT\ CLAN-5.png -tile 2x1 -geometry +2+2 boss-still.png
convert -filter box -resize x400 boss-still.png boss-still.png