add example usage in Drone Pipeline and link to full (future) docs

This commit is contained in:
Adrian Todorov 2018-10-15 21:58:41 +02:00
parent f0b2c8cf67
commit efba62069f

View File

@ -38,3 +38,17 @@ docker run --rm \
-w $(pwd) \
plugins/hugo:latest
```
### Usage in Drone
Put the following in your .drone.yml file:
```yaml
pipeline:
hugo:
image: plugins/hugo:latest
validate: true
```
[Drone Plugin documentation](http://plugins.drone.io/drone-plugins/drone-hugo/)