lektor-website/content/docs/themes/customizing/contents.lr

21 lines
349 B
Plaintext
Raw Normal View History

2017-10-26 00:22:17 +02:00
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
```