Setting up your favicon

The favicon is the icon displayed in your browser tab and bookmarks on mobile devices. To ensure broad compatibility across browsers and devices, favicons require multiple formats and sizes. The build process simplifies this by accepting a single square .png or .jpg file with a minimum width of 196 px, from which it automatically generates all necessary files.

lumeex/
└── config/
    └── themes/
        └── your_theme/
            ├── theme.yaml
            └── your_favicon.png

Place your favicon image inside your theme folder and reference it in your theme.yaml file under the favicon key:

favicon:
  path: your_favicon.png