This repository contains the source for the public index of Drone plugins at plugins.drone.io. To generate the documentation you will need to download and install the hugo static website engine and the theme.
Clone the theme:
git clone https://github.com/drone/drone-hugo-theme.git themes/drone-hugo-theme
Generate and serve the documentation at http://localhost:1313/
:
hugo server -b localhost:1313 -w