- Live site: manu.show
This site can be run using Docker Compose, which eliminates Ruby version and dependency issues:
- 
Install Docker (if not already installed): brew install --cask docker brew install docker-compose 
- 
Open Docker Desktop 
- 
Build and start the Jekyll server: docker-compose up 
- 
Access the site at http://localhost:4000 
Thumbnail images should use webp extension to improve loading times.
To convert images to webp, run the following command:
cwebp -q 80 input-image.png -o output-image.webp