Update contents.lr

Easier to understand wording.
This commit is contained in:
Andrew Arendt 2017-07-13 11:50:16 -05:00 committed by GitHub
parent e0e6b8633b
commit 5563b92a52
1 changed files with 5 additions and 5 deletions

View File

@ -32,17 +32,17 @@ traffic a static website will stay up for longer on the same server than a
dynamic one that needs to execute code. dynamic one that needs to execute code.
Sure, there are some things you cannot do on a static website, but those are not Sure, there are some things you cannot do on a static website, but those are not
things you would not use Lektor for. For small dynamic sections, JavaScript things you would use Lektor for. For small dynamic sections, JavaScript
paired up with other services is a good solution. paired up with other services is a good solution.
<img src="static.png" alt="" class="screenshot"> <img src="static.png" alt="" class="screenshot">
## Lektor is a CMS ## Lektor is a CMS
However, Lektor also takes from content management systems like WordPress Lektor takes from content management systems like WordPress and provides a
and provides a flexible browser-based admin interface from which you can flexible browser-based admin interface from which you can edit your website's
edit your website's contents. Unlike traditional CMS solutions, however, it contents. Unlike traditional CMS solutions, however, it runs entirely on your
runs entirely on your own computer. own computer.
This means you can give a Lektor website to people that have no understanding This means you can give a Lektor website to people that have no understanding
of programming and they can still modify the content and update the website. of programming and they can still modify the content and update the website.