ariejan / drone-hugo

A Drone plugin for Hugo that works.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ariejan/drone-hugo

Docker

This is a Drone plugin to build Hugo static websites.

Usage

In your .drone.yml include a step to build your Hugo website. The plugin will automatically download the extended version of the supplied hugo version.

steps:
  - name: build
    image: ariejan/drone-hugo
    settings:
      hugo_version: 0.65.3

Contributors

License

The code in this repo is licensed under the MIT License.

About

A Drone plugin for Hugo that works.

License:MIT License


Languages

Language:Shell 55.6%Language:Dockerfile 44.4%