Updating text in main theme docs page
Added a little info and tweaks.
This commit is contained in:
parent
ad25b34460
commit
724525623f
|
@ -6,11 +6,11 @@ summary: A quick introduction into Lektor Themes.
|
||||||
---
|
---
|
||||||
body:
|
body:
|
||||||
|
|
||||||
!!!! This is under development and isn't released yet. It should be considerer
|
!!!! This is under development and isn't released yet. It should be considered
|
||||||
unstable and could change in the future
|
unstable and could change in the future.
|
||||||
|
|
||||||
Lektor provides a themes system for easy implement, reuse and distibute themes.
|
Lektor provides a themes system to easily implement, reuse, and distribute themes.
|
||||||
Themes are created by the Lektor community, see avalaibles themes [here](/themes)
|
This allows you to use assets, templates, models, and / or flowblocks built into the theme.
|
||||||
|
Themes are created by the Lektor community. See available themes [here](/themes).
|
||||||
|
|
||||||
Lektor Themes work like an extension of the project, and theme files could be
|
Lektor Themes work like an extension of the project, allowing you to easily adopt features of the theme such as styles, models, or templates. Theme files are loaded first, and any conflicting project files override the theme, allowing for customization.
|
||||||
overrided by project files.
|
|
||||||
|
|
Loading…
Reference in New Issue