From cc0869b8c5841ddc84d3a280d5df745f57594bfd Mon Sep 17 00:00:00 2001
From: Bud Parr <budparr@gmail.com>
Date: Wed, 19 Apr 2017 03:27:59 +0000
Subject: [PATCH] add default image for hero

---
 exampleSite/config.toml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ce9dd69..46cb441 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -24,3 +24,4 @@
   youtube = ""
   # choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
   background_color_class = "bg-black"
+  featured_image = "/images/gohugo-default-sample-hero-image.jpg"

--
Gitblit v1.10.0