From b27baa9b4c85af7abf5adb62ca8c54c61620de6a Mon Sep 17 00:00:00 2001 From: Bud Parr Date: Sat, 15 Apr 2017 20:20:47 -0400 Subject: [PATCH] add header variable to example config --- exampleSite/config.toml | 2 ++ 1 file changed, 2 insertions(+) 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 @@ enableRobotsTXT = true 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"