mirror of
https://github.com/lektor/lektor-website.git
synced 2025-02-22 07:00:38 +01:00
The main lektor website.
https://www.getlektor.com/
![]() The latest release version of Lektor is 3.3.4. It does not include the support for `mistune>=2.0` that has made it into the `master` branch of Lektor, thus it pins `mistune<2`. This commit restores compatibility with older versions of mistune. (That compatibility was broken by 3fcd062.) |
||
---|---|---|
.github/workflows | ||
assets/static | ||
configs | ||
content | ||
databags | ||
flowblocks | ||
models | ||
packages | ||
scripts | ||
templates | ||
webpack | ||
.gitignore | ||
.htmltest.yml | ||
LICENSE | ||
README.md | ||
tox.ini | ||
Website.lektorproject |
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.