The main lektor website. https://www.getlektor.com/
Go to file
Elias Zeitfogel 20325d89e2 Merge pull request #69 from jgomo3/master
Minor typo fixed
2016-02-10 09:23:36 +01:00
assets More helpful user-actionable failure. 2016-02-09 17:47:11 -04:00
configs Spin off the lektor-atom plugin. 2016-01-09 17:26:59 -05:00
content Minor typo fixed 2016-02-07 22:54:39 -04:30
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 Spin off the lektor-atom plugin. 2016-01-09 17:26:59 -05:00
packages Use the correct template for monthly archive. 2016-01-14 09:29:15 +01:00
scripts Initial commit 2015-12-19 14:52:17 +01:00
templates Use new get_siblings() method. 2016-01-31 06:35:19 -05:00
webpack Imported new images 2016-01-09 10:27:02 +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 Spin off the lektor-atom plugin. 2016-01-09 17:26:59 -05: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.