bundle install
npm install
Regenerate the CSS whenever input.css changes.
npx @tailwindcss/cli -i ./css/input.css -o css/theme.css
Reduce image size
find img/screenshots -type file -name '*.png' -exec pngquant -f --ext .png --quality=65-80 {} \;
See contextMenuExclude.png or traverseFileFilters.png
To highlight a region in GIMP:
- Use the Ellipse/Rectangle Select Tool
- Select the area you want to keep
- Select → Feather — e.g., 30–50px for soft edges
- Invert the selection —
Select → Invert - Darken the surrounding area —
Colors → Brightness-Contrast, set Brightness to -127
./jekyllapple.sh
bundle exec jekyll serve --watch
The site is hosted on GitHub Pages. Pushing to the main branch triggers an automatic deployment — no manual steps required.