Jeff Dairiki fca0134876 Normalize URLs to GitHub project repos
In particular we want to remove any trailing `.git` from the project
URL, since this results in broken links when we contruct the "Fork"
and "Open Issues" links in the plugin page.

(While `https://github.com/_owner_/_project_.git` will work to get to the
repo, `https://github.com/_owner_/_project_.git/fork` is a 404.)
2022-07-27 13:00:31 -07:00
2022-07-27 13:00:31 -07:00
2015-12-27 13:44:15 +01:00
2015-12-19 14:52:17 +01:00
2015-12-20 21:37:07 +01:00
2022-02-24 08:31:56 -08:00
2022-07-27 13:00:31 -07:00

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.

Description
The main lektor website.
https://www.getlektor.com/
Readme 72 MiB
Languages
HTML 41.9%
Python 31.2%
SCSS 21.6%
JavaScript 5.3%