From b27baa9b4c85af7abf5adb62ca8c54c61620de6a Mon Sep 17 00:00:00 2001
From: Bud Parr <budparr@gmail.com>
Date: Sun, 16 Apr 2017 00:20:47 +0000
Subject: [PATCH] add header variable to example config

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

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d954a7d..01857a4 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -21,3 +21,5 @@
   twitter = "https://twitter.com/GoHugoIO"
   instagram = ""
   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"

--
Gitblit v1.10.0