diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 119a1ef..9b29af3 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -21,6 +21,10 @@ pygmentsUseClasses = true [params] google_analytics_id="" mainSections = ["docs"] + homepage_button_link = '/docs' + homeoage_button_text = 'Read The Docs' + homepage_intro = 'Whisper is a documentation theme built with Hugo. The design and functionality is intentionally minimal.' + homepage_image = '/images/terminal.gif' [params.homepage_meta_tags] meta_description = "Hugo Whisper is a documentation theme built with Hugo." diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index adcac50..f4da22f 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -1,9 +1,6 @@ --- title: 'Hugo Whisper Docs' date: 2018-11-28T15:14:39+10:00 -button_link: '/docs' -button_text: 'Read The Docs' -image: '/images/terminal.gif' --- Whisper is a documentation theme built with Hugo. The design and functionality is intentionally minimal. diff --git a/layouts/index.html b/layouts/index.html index def61c9..41e42bb 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -20,25 +20,25 @@