The main lektor website.
https://www.getlektor.com/
e7e029c04f
It's very fast, only checks internal links, and it's easy to use. |
||
---|---|---|
.github/workflows | ||
assets/static | ||
configs | ||
content | ||
databags | ||
flowblocks | ||
local-plugins | ||
models | ||
scripts | ||
templates | ||
webpack | ||
.gitignore | ||
.htmltest.yml | ||
LICENSE | ||
README.md | ||
Website.lektorproject | ||
pdm.lock | ||
pyproject.toml |
README.md
Lektor Website
This is the repository for the Lektor website at getlektor.com.
We currently use PDM to manage dependencies and scripts.
To run:
First install PDM, and node.js/npm.
Next, install python dependencies
$ pdm install
Run the Lektor dev server
$ pdm run server
or just build the site to ./_htdocs/
$ pdm run build
Notes
Changes made here get deployed automatically by this workflow.
Building lektor-website requires the latest stable release of Lektor.