The main lektor website. https://www.getlektor.com/
Go to file
Armin Ronacher 8b56ab4d7f Added a blog post about github pages 2015-12-23 22:56:46 +01:00
assets Merge pull request #20 from lektor/feature/install-nix 2015-12-23 20:06:19 +01:00
configs Initial commit 2015-12-19 14:52:17 +01:00
content Added a blog post about github pages 2015-12-23 22:56:46 +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 Added chat bubble to footer 2015-12-23 10:20:38 +01:00
webpack Blend in buttons to pop less 2015-12-23 12:33:31 +01:00
.gitignore Initial commit 2015-12-19 14:52:17 +01:00
.travis.yml Only deploy if key set 2015-12-22 13:34:07 +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 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.