The main lektor website. https://www.getlektor.com/
Go to file
Joseph Nix 408416a842 [lektor-619] Fixing https://github.com/lektor/lektor/issues/619, cuased by https://github.com/pypa/virtualenv/issues/1241 2018-12-04 12:48:16 -06:00
assets [lektor-619] Fixing https://github.com/lektor/lektor/issues/619, cuased by https://github.com/pypa/virtualenv/issues/1241 2018-12-04 12:48:16 -06:00
configs [pluginlist-update] Adding lektor-tags for plugins, adding assets for another webpack build, plugin template tweaks. 2018-05-14 16:41:38 -05:00
content Adding note about deprecation 2018-10-20 23:46:40 -05:00
databags [pluginlist-update] Adding some plugin category scaffolding. 2018-05-14 16:41:38 -05:00
flowblocks Fixes for mobile 2015-12-27 13:44:15 +01:00
models [pluginlist-update] Tweaking plugin model labels. 2018-05-14 16:41:39 -05:00
packages [pluginlist-update] Fixing a few typos and grammar errors. Commenting out github queries. Correcting plugin category. 2018-05-14 18:15:14 -05:00
scripts Initial commit 2015-12-19 14:52:17 +01:00
templates Normalization of HTML tags 2018-09-13 10:19:43 +08:00
webpack [showcase-style-fixes] Fixing main container expanding in size on medium viewport, and cropping tall thumbnails on showcase page. 2018-06-08 16:32:45 -05:00
.gitignore [pluginlist-update] gitignore addition for emacs 2018-05-14 16:41:38 -05:00
.travis.yml [upgrade-py-node-build-versions] Now building with xenial and sudo so the 3.7 builds will complete, since that's the only way to use 3.7 on Travis-CI right now. 2018-09-07 14:46:08 -05: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 [pluginlist-update] Adding lektor-tags for plugins, adding assets for another webpack build, plugin template tweaks. 2018-05-14 16:41:38 -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