The main lektor website. https://www.getlektor.com/
Go to file
Joseph Nix 460693eccb [pluginlist-update] Adding lektor-tags for plugins, adding assets for another webpack build, plugin template tweaks. 2018-05-14 16:41:38 -05:00
assets [pluginlist-update] Adding lektor-tags for plugins, adding assets for another webpack build, plugin template tweaks. 2018-05-14 16:41:38 -05: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 [pluginlist-update] Adding lektor-tags for plugins, adding assets for another webpack build, plugin template tweaks. 2018-05-14 16:41:38 -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] Adding lektor-tags for plugins, adding assets for another webpack build, plugin template tweaks. 2018-05-14 16:41:38 -05:00
packages [pluginlist-update] Rerunning webpack, adding section to plugins/publishing explaining how to get your plugin listed, adding custom summary field to plugin model, adding Disqus to plugin pages, finishing project_data plugin and using it to fill out plugin page, finishing plugin page. 2018-05-14 16:41:38 -05:00
scripts Initial commit 2015-12-19 14:52:17 +01:00
templates [pluginlist-update] Adding lektor-tags for plugins, adding assets for another webpack build, plugin template tweaks. 2018-05-14 16:41:38 -05:00
webpack [pluginlist-update] Adding lektor-tags for plugins, adding assets for another webpack build, plugin template tweaks. 2018-05-14 16:41:38 -05:00
.gitignore [pluginlist-update] gitignore addition for emacs 2018-05-14 16:41:38 -05: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 [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