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
2015-12-27 13:44:15 +01:00
2015-12-19 14:52:17 +01:00
2022-12-20 07:56:30 +01:00
2022-12-17 10:09:55 +01:00
2015-12-20 21:37:07 +01:00
2022-02-24 08:31:56 -08:00
2022-12-17 10:09:55 +01:00

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.

Description
The main lektor website.
https://www.getlektor.com/
Readme 75 MiB
Languages
HTML 41.9%
Python 31.2%
SCSS 21.6%
JavaScript 5.3%