From 724525623f52be80d42b3a3f59a0fae8af848686 Mon Sep 17 00:00:00 2001 From: Joseph Nix Date: Thu, 11 Jan 2018 14:27:04 -0600 Subject: [PATCH] Updating text in main theme docs page Added a little info and tweaks. --- content/docs/themes/contents.lr | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/docs/themes/contents.lr b/content/docs/themes/contents.lr index 07f6d2a1..33b93e0c 100644 --- a/content/docs/themes/contents.lr +++ b/content/docs/themes/contents.lr @@ -6,11 +6,11 @@ summary: A quick introduction into Lektor Themes. --- body: -!!!! This is under development and isn't released yet. It should be considerer -unstable and could change in the future +!!!! This is under development and isn't released yet. It should be considered +unstable and could change in the future. -Lektor provides a themes system for easy implement, reuse and distibute themes. -Themes are created by the Lektor community, see avalaibles themes [here](/themes) +Lektor provides a themes system to easily implement, reuse, and distribute 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 -overrided by project files. +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.