The main lektor website. https://www.getlektor.com/
Go to file
Armin Ronacher f972cb9179 Switched to markdown-header-anchors from pypi 2015-12-24 23:51:12 +01:00
assets Added publisher docs 2015-12-24 20:54:55 +01:00
configs Initial commit 2015-12-19 14:52:17 +01:00
content Added markdown filter to docs 2015-12-24 21:54:36 +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 Added publisher docs 2015-12-24 20:54:55 +01:00
packages Switched to markdown-header-anchors from pypi 2015-12-24 23:51:12 +01:00
scripts Initial commit 2015-12-19 14:52:17 +01:00
templates Merge pull request #23 from davidbgk/patch-1 2015-12-24 21:01:39 +01:00
webpack Added publisher docs 2015-12-24 20:54:55 +01:00
.gitignore Initial commit 2015-12-19 14:52:17 +01:00
.travis.yml Only deploy if on master 2015-12-24 00:46:20 +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 Switched to markdown-header-anchors from pypi 2015-12-24 23:51:12 +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.