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 + static/images/gohugo-default-sample-hero-image.jpg | 0 2 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" diff --git a/static/images/gohugo-default-sample-hero-image.jpg b/static/images/gohugo-default-sample-hero-image.jpg new file mode 100644 index 0000000..0681583 --- /dev/null +++ b/static/images/gohugo-default-sample-hero-image.jpg Binary files differ -- Gitblit v1.10.0