The main lektor website. https://www.getlektor.com/
Go to file
Jeff Dairiki 946af425e7 feat(ci): cache npm packages 2024-08-18 19:12:45 -07:00
.github/workflows feat(ci): cache npm packages 2024-08-18 19:12:45 -07:00
assets/static remove compiled assets from repo 2022-12-17 10:09:55 +01:00
configs [lektor-website-197] Fixing url pathing of plugin tags with upper case letters. 2018-12-15 12:55:13 -06:00
content feat: add plugin lektor-redirect (#385) 2024-08-18 11:43:40 -07:00
databags Add trailing slashes to links that should have them 2022-02-27 10:17:02 -08:00
flowblocks Fixes for mobile 2015-12-27 13:44:15 +01:00
local-plugins feat: use PDM to manage dependencies and build site 2024-08-18 19:12:12 -07:00
models [lektor-website-197] Removing single option for children models of the plugins page. 2018-12-15 12:54:21 -06:00
scripts Initial commit 2015-12-19 14:52:17 +01:00
templates Fill in missing "Author" project metadata from "Author-Email" (#349) 2022-09-13 07:40:55 -07:00
webpack update css-loader and sass-loader 2024-06-22 13:38:37 +02:00
.gitignore feat: use PDM to manage dependencies and build site 2024-08-18 19:12:12 -07:00
.htmltest.yml Add htmltest environment to tox config 2022-07-27 13:00:31 -07:00
LICENSE Design and license update 2015-12-20 21:37:07 +01:00
README.md feat: use PDM to manage dependencies and build site 2024-08-18 19:12:12 -07:00
Website.lektorproject feat: use PDM to manage dependencies and build site 2024-08-18 19:12:12 -07:00
pdm.lock feat: use PDM to manage dependencies and build site 2024-08-18 19:12:12 -07:00
pyproject.toml refactor(tests): use `hyperlink` rather than `htmltest` for link checking 2024-08-18 19:12:14 -07:00

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.