Customizing LUAX Themes

LUAX uses .lax templates for layouts.

Creating a Layout

Create a new .lax file in templates/layouts/

Using Layouts

Specify layout in frontmatter.

Partials

Use partials for reusable components like header and footer.

CSS

Add your CSS to public/css/style.css

Customize everything easily.