The main lektor website. https://www.getlektor.com/
Go to file
Joseph Nix e30398740b
Fixing markdown link in blog post
2018-01-29 22:35:19 -06:00
assets Merge pull request #111 from singingwolfboy/code-nowrap 2018-01-17 17:50:31 -06:00
configs Spin off the lektor-atom plugin. 2016-01-09 17:26:59 -05:00
content Fixing markdown link in blog post 2018-01-29 22:35:19 -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 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 [tl-showcase] Adding Terminal Labs to showcase. 2018-01-26 13:16:31 -06:00
webpack Prevent <code> blocks from wrapping lines 2016-08-04 16:04:13 -04:00
.gitignore Initial commit 2015-12-19 14:52:17 +01:00
.travis.yml Document Python 3 support 2016-06-02 21:55:55 -07:00
LICENSE Design and license update 2015-12-20 21:37:07 +01:00
README.md note version required in readme 2016-03-10 10:59:51 -08:00
Website.lektorproject Update lektor-webpack-support 2016-12-02 09:38:09 -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

Notes

Changes here get deployed automatically by travis.

Building lektor-website requires the "master" version of lektor, see the development install instructions