The main lektor website. https://www.getlektor.com/
Go to file
Jeff Dairiki f0506858ae Update event tags for a couple of plugins 2022-01-26 09:22:12 -08:00
.github/workflows Deploy workflow: upgrade pip before installing tox 2022-01-05 22:31:57 -08:00
assets work when piped, in windows too 2020-04-21 22:47:44 +03:00
configs [lektor-website-197] Fixing url pathing of plugin tags with upper case letters. 2018-12-15 12:55:13 -06:00
content Update event tags for a couple of plugins 2022-01-26 09:22:12 -08: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 [lektor-website-197] Removing single option for children models of the plugins page. 2018-12-15 12:54:21 -06:00
packages Unpin old version of readme_renderer 2021-02-07 14:27:12 -08:00
scripts Initial commit 2015-12-19 14:52:17 +01:00
templates Omit leading `and` from plugin tag list if there is only one tag 2021-02-07 14:25:58 -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 Use github actions to deploy lektor site 2021-09-18 12:26:32 +02: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 Use github actions to deploy lektor site 2021-09-18 12:26:32 +02:00
tox.ini ci: attempt production deployment 2021-09-18 12:46:59 +02: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