The main lektor website.
https://www.getlektor.com/
8e2b686ec2
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.) |
||
---|---|---|
.github/workflows | ||
assets/static | ||
configs | ||
content | ||
databags | ||
flowblocks | ||
models | ||
packages | ||
scripts | ||
templates | ||
webpack | ||
.gitignore | ||
.htmltest.yml | ||
LICENSE | ||
README.md | ||
Website.lektorproject | ||
tox.ini |
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.