pidgin/nest

plugins: Remove IM of Trust

2020-01-25, Konrad Gräfe
570c9be0c119
plugins: Remove IM of Trust

This plugin has never really worked is not maintained for a long time
now.
box: golang
build:
steps:
# Gets the dependencies
- script:
name: get hugo
code: |
git clone https://github.com/gohugoio/hugo.git && cd hugo && go install
# Sets the go workspace and places you package
# at the right place in the workspace tree
- setup-go-workspace
# Build the project
- script:
name: build site
code: |
cd exampleSite && hugo