move Drone docs link to start of README

This commit is contained in:
Adrian Todorov 2018-10-16 12:28:46 +02:00
parent efba62069f
commit a527de8eeb

View File

@ -1,6 +1,6 @@
# drone-hugo
Automatically create static web page files using [hugo](https://github.com/gohugoio/hugo) within your drone pipeline!
Automatically create static web page files using [hugo](https://github.com/gohugoio/hugo) within your drone pipeline! For the usage information and a listing of the available options please take a look at [the docs](http://plugins.drone.io/drone-plugins/drone-hugo/).
## Build
@ -39,16 +39,3 @@ docker run --rm \
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/)