mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
homepage defaults and config params from site
This commit is contained in:
parent
77e68331c0
commit
e4819358a3
3 changed files with 10 additions and 9 deletions
|
@ -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."
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue