Merge pull request #10 from sofixa/master

add example usage in Drone Pipeline and link to full (future) docs
This commit is contained in:
Bo-Yi Wu 2018-10-20 08:25:13 +08:00 committed by GitHub
commit fc5eb448c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
@ -38,3 +38,4 @@ docker run --rm \
-w $(pwd) \
plugins/hugo:latest
```