The main lektor website. https://www.getlektor.com/
Go to file
dependabot[bot] 486092de24 Bump terser from 5.10.0 to 5.14.2 in /webpack
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 21:06:32 -07:00
.github/workflows Test for broken internal links in CI 2022-02-27 14:59:42 -08:00
assets/static Change recommended installation method to pipx (#325) 2022-02-23 14:46:50 -08:00
configs [lektor-website-197] Fixing url pathing of plugin tags with upper case letters. 2018-12-15 12:55:13 -06:00
content Add lektor-tailwind to the plugin list 2022-04-14 16:20:34 +08: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
models [lektor-website-197] Removing single option for children models of the plugins page. 2018-12-15 12:54:21 -06:00
packages Restore compatibility with mistune==0.8.4 2022-05-02 15:47:17 -07:00
scripts Initial commit 2015-12-19 14:52:17 +01:00
templates Avoid emitting links to non-existent plugin tag pages. 2022-02-27 13:40:47 -08:00
webpack Bump terser from 5.10.0 to 5.14.2 in /webpack 2022-07-20 21:06:32 -07:00
.gitignore Use github actions to deploy lektor site 2021-09-18 12:26:32 +02:00
.htmltest.yml Test for broken internal links in CI 2022-02-27 14:59:42 -08:00
LICENSE Design and license update 2015-12-20 21:37:07 +01:00
README.md Update notes. 2022-02-24 08:31:56 -08:00
Website.lektorproject Set gh-pages CNAME to www.getlektor.com 2022-07-20 20:34:05 -07:00
tox.ini Deploy to https://lektor.github.io/lektor-website/ 2022-02-23 17:37:38 -08:00

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.