diff --git a/README.md b/README.md index 4fa7fc6..87bbdb5 100644 --- a/README.md +++ b/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/) -