The main lektor website. https://www.getlektor.com/
Go to file
Jeff Dairiki 8e2b686ec2 fix(markdown-link-classes): fix for mistune 2
Mistune 2 does not always pass a `text` or `title` parameter to the
renderer's `link` method. This (when building with the Lektor 3.4
pre-release branch) was resulting in a `"TypeError: link()
missing 2 required positional arguments: 'text' and 'title'"`
exception when rendering /blog/plugin-play (which has a bare URL in
it's markdown content.)
2023-02-26 15:17:30 -08:00
.github/workflows remove compiled assets from repo 2022-12-17 10:09:55 +01:00
assets/static remove compiled assets from repo 2022-12-17 10:09:55 +01:00
configs [lektor-website-197] Fixing url pathing of plugin tags with upper case letters. 2018-12-15 12:55:13 -06:00
content Updates ft.io description and images in the showcase (#363) 2023-02-26 07:16:26 -08:00
databags Add trailing slashes to links that should have them 2022-02-27 10:17:02 -08: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 fix(markdown-link-classes): fix for mistune 2 2023-02-26 15:17:30 -08:00
scripts Initial commit 2015-12-19 14:52:17 +01:00
templates Fill in missing "Author" project metadata from "Author-Email" (#349) 2022-09-13 07:40:55 -07:00
webpack fetch release version from PyPI 2022-12-20 07:56:30 +01:00
.gitignore remove compiled assets from repo 2022-12-17 10:09:55 +01:00
.htmltest.yml Add htmltest environment to tox config 2022-07-27 13:00:31 -07:00
LICENSE Design and license update 2015-12-20 21:37:07 +01:00
README.md Update notes. 2022-02-24 08:31:56 -08:00
Website.lektorproject Set gh-pages CNAME to www.getlektor.com 2022-07-20 20:34:05 -07:00
tox.ini remove compiled assets from repo 2022-12-17 10:09:55 +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

Notes

Changes made here get deployed automatically by this workflow.

Building lektor-website requires the latest stable release of Lektor.