pidgin/nest

Un-inline supporters styles.

2019-08-19, Elliott Sales de Andrade
4f6c7ad8b97f
Un-inline supporters styles.

They appear on every page, so better to put them in a CSS file that can
be cached.
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