Merge pull request #30 from adrianholovaty/patch-1
Light edits to contents.lr
This commit is contained in:
commit
d3ee88de25
|
@ -50,8 +50,8 @@ text:
|
||||||
|
|
||||||
* <i class="feature-circle fa fa-ship"></i> **Deploy Anywhere** Because Lektor
|
* <i class="feature-circle fa fa-ship"></i> **Deploy Anywhere** Because Lektor
|
||||||
builds out 100% static HTML you can deploy them to any host (including S3,
|
builds out 100% static HTML you can deploy them to any host (including S3,
|
||||||
github pages, any web hoster, etc.)
|
github pages, any web host, etc.).
|
||||||
* <i class="feature-circle fa fa-globe"></i> **Cross Platform** it runs on
|
* <i class="feature-circle fa fa-globe"></i> **Cross Platform** It runs on
|
||||||
Linux, OSX and Windows.
|
Linux, OSX and Windows.
|
||||||
* <i class="feature-circle fa fa-file-code-o"></i> **100% File Based** All
|
* <i class="feature-circle fa fa-file-code-o"></i> **100% File Based** All
|
||||||
source data is well structured and can be tracked in a version control
|
source data is well structured and can be tracked in a version control
|
||||||
|
@ -59,17 +59,17 @@ text:
|
||||||
* <i class="feature-circle fa fa-database"></i> **Flat-File Database** All
|
* <i class="feature-circle fa fa-database"></i> **Flat-File Database** All
|
||||||
source data is stored in a flat-file tree database and can be freely
|
source data is stored in a flat-file tree database and can be freely
|
||||||
queried. The layout of that data is completely configurable.
|
queried. The layout of that data is completely configurable.
|
||||||
* <i class="feature-circle fa fa-pencil"></i> **Customizable Admin** comes
|
* <i class="feature-circle fa fa-pencil"></i> **Customizable Admin** Lektor
|
||||||
fully equipped with a flexible and beautiful admin interface so you can
|
comes fully equipped with a flexible and beautiful admin interface so you can
|
||||||
edit your pages without having to touch the raw sources.
|
edit your pages without having to touch the raw sources.
|
||||||
* <i class="feature-circle fa fa-code-fork"></i> **Dependency Tracking**
|
* <i class="feature-circle fa fa-code-fork"></i> **Dependency Tracking**
|
||||||
The build process intelligently tracks dependencies between pages to only
|
The build process intelligently tracks page dependencies such that it only
|
||||||
build the files that need rebuilding due to changes.
|
rebuilds pages that have changed.
|
||||||
* <i class="feature-circle fa fa-image"></i> **Image Tools** create
|
* <i class="feature-circle fa fa-image"></i> **Image Tools** Create
|
||||||
thumbnails and give convenient access to EXIF data.
|
thumbnails and give convenient access to EXIF data.
|
||||||
* <i class="feature-circle fa fa-puzzle-piece"></i> **Plugin System** Lektor
|
* <i class="feature-circle fa fa-puzzle-piece"></i> **Plugin System** Lektor
|
||||||
supports loading plugins that can customize a wide range of functionality.
|
supports loading plugins that can customize a wide range of functionality.
|
||||||
* <i class="feature-circle fa fa-terminal"></i> **Python API** the build
|
* <i class="feature-circle fa fa-terminal"></i> **Python API** The build
|
||||||
system is written in Python and provides a documented API to extend it and
|
system is written in Python and provides a documented API to extend it and
|
||||||
integrate into other apps.
|
integrate into other apps.
|
||||||
* <i class="feature-circle fa fa-language"></i> **Multilingual** We can
|
* <i class="feature-circle fa fa-language"></i> **Multilingual** We can
|
||||||
|
|
Loading…
Reference in New Issue