davidwindell / docs

documentation for the Drone Continuous Integration project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Gitter

Documentation for the Drone continuous integration server, found at readme.drone.io

Setup

This website uses the Hugo static site generator. If you are planning to contribute you'll want to download and install Hugo on your local machine.

Install on OSX with brew:

brew install hugo

Install using the Go tool:

go get github.com/spf13/hugo

Or follow these instructions for your platform: http://gohugo.io/overview/installing/

Build

Generate the website and output to ./public

hugo -t drone

Generate the website, serve on localhost:1313, and automatically refresh the browser when a change is detected:

hugo server -w -t drone

About

documentation for the Drone Continuous Integration project


Languages

Language:HTML 99.7%Language:CSS 0.3%