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

Before you build the website or run in dev mode, run

npx gulp

to copy the CSS assets to the right folders.

To run the test server

npx @11ty/eleventy --serve
# or
npm start

To build the website

npm build

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