A static content management system.
Project description
Lektor
Lektor is a static website generator. It builds out an entire project from static files into many individual HTML pages and has a built-in admin UI and minimal desktop app.
To see how it works look at the top-level example/
folder, which contains
a showcase of the wide variety of Lektor's features.
For a more complete example look at the lektor/lektor-website repository, which contains the sourcecode for the official lektor website.
How do I use this?
For installation instructions head to the official documentation:
Want to develop on Lektor?
This gets you started:
$ git clone https://github.com/lektor/lektor
$ cd lektor
$ virtualenv venv
$ . venv/bin/activate
$ pip install --editable .
$ make build-js
$ make install-git-hooks
$ export LEKTOR_DEV=1
$ cp -r example example-project
$ lektor --project example-project server
If you want to run the test suite:
$ virtualenv venv
$ . venv/bin/activate
$ pip install --editable ".[test]"
$ make test
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Lektor-3.2.0.tar.gz
.
File metadata
- Download URL: Lektor-3.2.0.tar.gz
- Upload date:
- Size: 2.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ab0c55aaea3cb98efdbf33b44adfd8291d0724e8849892eb13767d5cdb1fe40 |
|
MD5 | 4975c1b54218b617bfc8b40459f63d80 |
|
BLAKE2b-256 | f8a705052d05d15a0b26754caa3a4dd770bcf82da818ff1c56edff6aa26f754e |
Provenance
File details
Details for the file Lektor-3.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: Lektor-3.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 2.1 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0005f34d2dfa830c2f6b46158dcba41aecc1a057757f73a0785565caad06dce2 |
|
MD5 | 6c5da5b7194d146ea08d81b5f821310e |
|
BLAKE2b-256 | 42cf4540375469206e886a477fb0017357179895a32a6dbb398fec0aa06ea4d1 |