Updating text in main theme docs page

Added a little info and tweaks.
This commit is contained in:
Joseph Nix 2018-01-11 14:27:04 -06:00 committed by GitHub
parent ad25b34460
commit 724525623f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -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.