mirror of
https://github.com/lektor/lektor-website.git
synced 2025-03-13 08:45:51 +01:00

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.)
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
Languages
HTML
41.9%
Python
31.2%
SCSS
21.6%
JavaScript
5.3%