wolf-sound-blog

wolf-sound-blog

Source code of my WolfSound audio programming blog. The site runs on Jekyll and can be found under www.thewolfsound.com.

WolfSound Blog

Source code of my WolfSound audio programming blog. The site runs on Jekyll and can be found under www.thewolfsound.com.

Useful commands

To run the test server

npx @11ty/eleventy --serve

To build pngs from latex files:

latexmk filename.tex -shell-escape

To resize a png image and convert it to a webp image:

cwebp Thumbnail.png -q 65 -s 1024 0 -o Thumbnail.webp