mirror of
https://github.com/lektor/lektor-website.git
synced 2025-01-31 22:41:29 +01:00
21 lines
349 B
Plaintext
21 lines
349 B
Plaintext
|
title: Customizing a theme
|
||
|
---
|
||
|
sort_key: 20
|
||
|
---
|
||
|
summary: Explains how models, templates, or assets could be overrided.
|
||
|
---
|
||
|
body:
|
||
|
|
||
|
You could personalize a theme by overrided some files, for example if a theme
|
||
|
provide a blog model in:
|
||
|
|
||
|
```
|
||
|
/themes/<theme>/models/blog.ini
|
||
|
```
|
||
|
|
||
|
You could override it by creating a blog model:
|
||
|
|
||
|
```
|
||
|
/models/blog.ini
|
||
|
```
|