rmoorman / lektor

The lektor static file content management system

Home Page:https://www.getlektor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lektor

Join the chat at https://gitter.im/lektor/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 example folder which contains a very basic project to get started.

For a more complete website look at lektor/lektor-website 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 .
$ export LEKTOR_DEV=1
$ lektor quickstart --path dev-example
$ lektor --project dev-example server

About

The lektor static file content management system

https://www.getlektor.com/

License:Other


Languages

Language:Python 70.7%Language:JavaScript 23.8%Language:CSS 2.2%Language:Shell 1.4%Language:Makefile 0.9%Language:HTML 0.9%