mirror of
https://github.com/lektor/lektor-website.git
synced 2025-01-31 06:22:55 +01:00
The main lektor website.
https://www.getlektor.com/
35cadc10b2
Fixed some inconsistent capitalization (ensuring the sentences always start with a capital word) and made light clarifications. |
||
---|---|---|
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
Changes here get deployed automatically by travis.