All Projects → lektor → Lektor

lektor / Lektor

Licence: other
The lektor static file content management system

Programming Languages

python
139335 projects - #7 most used programming language
typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Lektor

Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+74.43%)
Mutual labels:  cms, static-site-generator
Booklit
a pretty lit content authoring system
Stars: ✭ 133 (-96.19%)
Mutual labels:  cms, static-site-generator
Zola
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
Stars: ✭ 7,823 (+123.96%)
Mutual labels:  cms, static-site-generator
Eleventy Netlify Boilerplate
A template for building a simple website with the Eleventy static site generator
Stars: ✭ 359 (-89.72%)
Mutual labels:  cms, static-site-generator
Publii
Publii is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast and hassle-free, even for beginners.
Stars: ✭ 3,644 (+4.32%)
Mutual labels:  cms, static-site-generator
Citation
Citation is a new generation CMS merging ideas of: Headless / GraphQL, static site generation and JavaScript component pre-rendering
Stars: ✭ 31 (-99.11%)
Mutual labels:  cms, static-site-generator
Nopress
A collection of CMSs and Static Site Generators.
Stars: ✭ 96 (-97.25%)
Mutual labels:  cms, static-site-generator
Publiccms
现代化java cms,由天津黑核科技有限公司开发,轻松支撑千万数据、千万PV;支持静态化,服务器端包含; 目前已经拥有全球0.0002%的用户,语言支持中、繁、日、英;是一个已走向海外的成熟CMS产品
Stars: ✭ 1,750 (-49.9%)
Mutual labels:  cms, static-site-generator
Abecms
The lightning fast CMS
Stars: ✭ 160 (-95.42%)
Mutual labels:  cms, static-site-generator
Gatsby Starter Netlify Cms
Example gatsby + netlify cms project
Stars: ✭ 1,932 (-44.69%)
Mutual labels:  cms, static-site-generator
Netlify Cms
A Git-based CMS for Static Site Generators
Stars: ✭ 14,776 (+323.02%)
Mutual labels:  cms, static-site-generator
Quokka
LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
Stars: ✭ 2,198 (-37.07%)
Mutual labels:  cms, static-site-generator
Hugo
The world’s fastest framework for building websites.
Stars: ✭ 55,899 (+1500.31%)
Mutual labels:  cms, static-site-generator
Skeleventy
A skeleton boilerplate built with Eleventy.
Stars: ✭ 318 (-90.9%)
Mutual labels:  static-site-generator
Gridsome Portfolio Starter
A simple portfolio theme for Gridsome powered by Tailwind CSS v1
Stars: ✭ 329 (-90.58%)
Mutual labels:  static-site-generator
Beautiful Jekyll
✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
Stars: ✭ 3,778 (+8.16%)
Mutual labels:  static-site-generator
Publish
A static site generator for Swift developers
Stars: ✭ 3,719 (+6.47%)
Mutual labels:  static-site-generator
Anchor Cms
A lightweight blog CMS for PHP
Stars: ✭ 3,359 (-3.84%)
Mutual labels:  cms
Phenomic
DEPRECATED. Please use Next.js instead.
Stars: ✭ 3,264 (-6.56%)
Mutual labels:  static-site-generator
Easy Hexo
🤘 Build your own website with Hexo, the easy way. | 轻松使用 Hexo 建站。
Stars: ✭ 314 (-91.01%)
Mutual labels:  static-site-generator

Lektor

Tests master Code Coverage PyPI version PyPI - Python Version Code Style: Black 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 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 (assuming you have Python, pip, Make and pre-commit installed):

$ git clone https://github.com/lektor/lektor
$ cd lektor
$ virtualenv venv
$ . venv/bin/activate
$ pip install --editable .
$ make build-js
$ pre-commit install
$ export LEKTOR_DEV=1
$ cp -r example example-project
$ lektor --project example-project server

If you want to run the test suite (you'll need tox installed):

$ tox
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].