The main lektor website. https://www.getlektor.com/
Go to file
Armin Ronacher 252675e9c0 Some updates to the blog post 2015-12-19 23:31:23 +01:00
assets Switched to powershell 2015-12-19 15:07:39 +01:00
configs Initial commit 2015-12-19 14:52:17 +01:00
content Some updates to the blog post 2015-12-19 23:31:23 +01:00
databags Initial commit 2015-12-19 14:52:17 +01:00
flowblocks Initial commit 2015-12-19 14:52:17 +01:00
models Initial commit 2015-12-19 14:52:17 +01:00
packages Initial commit 2015-12-19 14:52:17 +01:00
scripts Initial commit 2015-12-19 14:52:17 +01:00
templates Initial commit 2015-12-19 14:52:17 +01:00
webpack Initial commit 2015-12-19 14:52:17 +01:00
.gitignore Initial commit 2015-12-19 14:52:17 +01:00
.travis.yml Cache lektor builds only 2015-12-19 19:08:35 +01:00
README.md Updated readme 2015-12-19 21:43:26 +01:00
Website.lektorproject Documented URL styles 2015-12-19 21:24:52 +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.