The main lektor website.
https://www.getlektor.com/
fca0134876
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.) |
||
---|---|---|
.github/workflows | ||
assets/static | ||
configs | ||
content | ||
databags | ||
flowblocks | ||
models | ||
packages | ||
scripts | ||
templates | ||
webpack | ||
.gitignore | ||
.htmltest.yml | ||
LICENSE | ||
README.md | ||
Website.lektorproject | ||
tox.ini |
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.