lektor-website/README.md

24 lines
547 B
Markdown
Raw Permalink Normal View History

2015-12-19 14:52:17 +01:00
# Lektor Website
2015-12-19 21:43:26 +01:00
This is the repository for the Lektor website at
[getlektor.com](https://www.getlektor.com/).
2015-12-19 14:52:17 +01:00
To run:
```
2015-12-19 21:43:26 +01:00
$ lektor server
2015-12-19 14:52:17 +01:00
```
If you also want to update the webpack files, you need `npm` installed
and then run it like this:
```
2015-12-19 21:43:26 +01:00
$ lektor server -f webpack
2015-12-19 14:52:17 +01:00
```
2015-12-19 21:43:26 +01:00
2016-03-10 19:59:51 +01:00
## Notes
2022-02-24 17:31:56 +01:00
Changes made here get deployed automatically by [this workflow](https://github.com/lektor/lektor-website/blob/master/.github/workflows/deploy.yml).
2016-03-10 19:59:51 +01:00
2022-02-24 17:31:56 +01:00
Building lektor-website requires the latest stable release of [Lektor](https://pypi.org/project/Lektor/).