From 822cfedea3efd1ff287605973998574090665245 Mon Sep 17 00:00:00 2001 From: NeilBrommer Date: Tue, 12 Jun 2018 11:33:24 -0700 Subject: [PATCH] Add the Growing Neighbors website to the projects list --- data/projects.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/projects.toml b/data/projects.toml index ce0082f..de57137 100644 --- a/data/projects.toml +++ b/data/projects.toml @@ -1,3 +1,12 @@ +[[project]] + title = "Growing Neighbors" + incomplete = false + description = "The website for the Growing Neighbors organization in Spokane, WA. I worked as part of a team building this site." + [[project.links]] + title = "Site" + external = true + URL = "https://growingneighbors.org/" + [[project]] title = "Snippets" incomplete = true