The main lektor website. https://www.getlektor.com/
Go to file
Armin Ronacher 4260e05cfa Merge pull request #37 from kmonsoor/patch-2
Adding listing for `lektor-google-analytics`
2016-01-02 16:02:39 +01:00
assets Improved gitter integration 2015-12-30 00:25:24 +01:00
configs Initial commit 2015-12-19 14:52:17 +01:00
content Adding listing for `lektor-google-analytics` 2016-01-02 18:34:01 +06:00
databags Added community and showcase header 2015-12-29 20:01:17 +01:00
flowblocks Fixes for mobile 2015-12-27 13:44:15 +01:00
models Added showcase 2015-12-27 21:46:27 +01:00
packages Added markdown-admonition plugin 2015-12-26 13:08:50 +01:00
scripts Initial commit 2015-12-19 14:52:17 +01:00
templates Improved gitter integration 2015-12-30 00:25:24 +01:00
webpack Improved gitter integration 2015-12-30 00:25:24 +01:00
.gitignore Initial commit 2015-12-19 14:52:17 +01:00
.travis.yml Simplified travis 2015-12-25 13:42:00 +01:00
LICENSE Design and license update 2015-12-20 21:37:07 +01:00
README.md Updated readme 2015-12-19 21:43:26 +01:00
Website.lektorproject Added markdown-admonition plugin 2015-12-26 13:08:50 +01:00

README.md

Lektor Website

This is the repository for the Lektor website at getlektor.com.

To run:

$ lektor server

If you also want to update the webpack files, you need npm installed and then run it like this:

$ lektor server -f webpack

Changes here get deployed automatically by travis.