Add references to S3 deployment plugin
This commit is contained in:
parent
4f29eaa71c
commit
026613b2d8
|
@ -101,6 +101,10 @@ The following targets are supported for the `target` folder:
|
||||||
* [FTP](ftp/)
|
* [FTP](ftp/)
|
||||||
* [GitHub Pages](ghpages/)
|
* [GitHub Pages](ghpages/)
|
||||||
|
|
||||||
|
In addition, third-party plugins are available for these targets:
|
||||||
|
|
||||||
|
* [S3 :ext](https://github.com/spenczar/lektor-s3)
|
||||||
|
|
||||||
## Manual Deployments
|
## Manual Deployments
|
||||||
|
|
||||||
If you want to manually deploy something through the favorite tool of yours
|
If you want to manually deploy something through the favorite tool of yours
|
||||||
|
|
|
@ -18,9 +18,11 @@ project:
|
||||||
* [webpack-support :ext](https://github.com/lektor/lektor-webpack-support):
|
* [webpack-support :ext](https://github.com/lektor/lektor-webpack-support):
|
||||||
adds support for building websites with webpack.
|
adds support for building websites with webpack.
|
||||||
|
|
||||||
## Inofficial
|
## Unofficial
|
||||||
|
|
||||||
There are currently no inofficial plugins listed here, but if you have some
|
These are unofficial plugins. This list is moderated and updated
|
||||||
you can [edit this page on github
|
regularly, but they still aren't developed by the authors of Lektor,
|
||||||
:ext](https://github.com/lektor/lektor-website/edit/master/content/docs/plugins/list/contents.lr)
|
so they might not keep pace with development on Lektor.
|
||||||
and send a pull request.
|
|
||||||
|
* [s3 :ext](https://github.com/spenczar/lektor-s3):
|
||||||
|
allows deployment of websites to S3 buckets
|
||||||
|
|
Loading…
Reference in New Issue