Merge branch 'pr/15'
This commit is contained in:
commit
3d94fe4603
|
@ -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
|
||||||
|
|
|
@ -108,10 +108,10 @@ class HelloWorldPlugin(Plugin):
|
||||||
|
|
||||||
If you now start your lektor server with `lektor server` you should
|
If you now start your lektor server with `lektor server` you should
|
||||||
see some output that indicates that the plugin was loaded. You can also
|
see some output that indicates that the plugin was loaded. You can also
|
||||||
get a list with `lektor plugins`:
|
get a list with `lektor plugins list`:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ lektor plugins
|
$ lektor plugins list
|
||||||
hello-world: Hello World
|
hello-world: Hello World
|
||||||
This is a demo plugin for testing purposes.
|
This is a demo plugin for testing purposes.
|
||||||
path: /Users/john/demo/packages/hello-world
|
path: /Users/john/demo/packages/hello-world
|
||||||
|
|
|
@ -20,7 +20,9 @@ project:
|
||||||
|
|
||||||
## Unofficial
|
## Unofficial
|
||||||
|
|
||||||
There are currently no unofficial 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