move Drone docs link to start of README
This commit is contained in:
parent
efba62069f
commit
a527de8eeb
15
README.md
15
README.md
@ -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/)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user