1
0
mirror of https://github.com/lektor/lektor-website.git synced 2025-03-08 14:36:40 +01:00

21 lines
347 B
Plaintext
Raw Normal View History

2018-01-11 16:56:35 -06:00
title: Customizing a Theme
2017-10-25 17:22:17 -05:00
---
sort_key: 20
---
summary: Explains how models, templates, or assets could be overridden.
2017-10-25 17:22:17 -05:00
---
body:
2018-01-11 16:56:35 -06:00
You could personalize a theme by overriding files, for example if a theme
provides a blog model in:
2017-10-25 17:22:17 -05:00
```
/themes/<theme>/models/blog.ini
```
You could override it by creating a blog model:
```
/models/blog.ini
```