/drone-plugin-index

Public index of Drone plugins

Primary LanguageHTMLMIT LicenseMIT

drone-plugin-index

Build Status

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 localhost:1313:

hugo server -b localhost:1313 -w