mirror of
https://github.com/lektor/lektor-website.git
synced 2025-04-02 00:11:50 +02:00

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.)
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
Languages
HTML
41.9%
Python
31.2%
SCSS
21.6%
JavaScript
5.3%