882 B
882 B
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.