Themes

Themes allow you to customize the appearance of your site. You can either use the pre-built themes provided or create your own custom theme.

By default, Lumeex includes two ready-to-use themes:

Modern theme

Explore the demo

Typewriter theme

Explore the demo

Theme configuration file


lumeex/
└── config/
    └── themes/
        └── your_theme/
            └──theme.yaml

Each theme must include a theme.yaml file. This file defines the customizable variables that control your site’s look and feel. Refer to other sections for detailed setup instructions.

Table of Contents