pidgin/nest

Add an RSS link to the blog post page

2021-10-18, Gary Kramlich
957ad9b1500d
Add an RSS link to the blog post page

Testing Done:
Ran `hugo server` and verified everything was working.

Reviewed at https://reviews.imfreedom.org/r/1024/
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