Skip to content

mdb1/mdb1.github.io

Repository files navigation

manu.show

Development Setup

Using Docker Compose (recommended)

This site can be run using Docker Compose, which eliminates Ruby version and dependency issues:

  1. Install Docker (if not already installed):

    brew install --cask docker
    brew install docker-compose
  2. Open Docker Desktop

  3. Build and start the Jekyll server:

    docker-compose up
  4. Access the site at http://localhost:4000

Resources

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published