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//models/blog.ini ``` You could override it by creating a blog model: ``` /models/blog.ini ```