mirror of
https://github.com/lektor/lektor-website.git
synced 2025-01-31 14:31:29 +01:00
The main lektor website.
https://www.getlektor.com/
a434eb5333
Fix to avoid "TypeError: the JSON object must be str, not 'bytes'" error while installing. Traceback: curl -sf https://www.getlektor.com/install.sh | sudo sh Welcome to Lektor This script will install Lektor on your computer. Installing at: bin: /usr/local/bin app: /usr/local/lib/lektor Continue? [Yn] y Traceback (most recent call last): File "<stdin>", line 142, in <module> File "<stdin>", line 130, in main File "/usr/lib/python3.5/json/__init__.py", line 268, in load parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw) File "/usr/lib/python3.5/json/__init__.py", line 312, in loads s.__class__.__name__)) TypeError: the JSON object must be str, not 'bytes' |
||
---|---|---|
assets | ||
configs | ||
content | ||
databags | ||
flowblocks | ||
models | ||
packages | ||
scripts | ||
templates | ||
webpack | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
Website.lektorproject |
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