The main lektor website.
https://www.getlektor.com/
092b7d379b
This is a flailing attempt to prevent the apparently intermittent failure which happened in run 51, attempts [1][] and [2][]. The specific error was "`Error while finding module specification for 'pip' (AttributeError: module '__main__' has no attribute '__file__')`" while Lektor was running pip to install a local package. [1]: https://github.com/lektor/lektor-website/actions/runs/1661330194/attempts/1 [2]: https://github.com/lektor/lektor-website/actions/runs/1661330194/attempts/2 |
||
---|---|---|
.github/workflows | ||
assets | ||
configs | ||
content | ||
databags | ||
flowblocks | ||
models | ||
packages | ||
scripts | ||
templates | ||
webpack | ||
.gitignore | ||
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 here get deployed automatically by travis.
Building lektor-website requires the "master" version of lektor, see the development install instructions