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

21 lines
347 B
Plaintext
Raw Permalink Normal View History

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