2019-02-17 06:55:16 +00:00
|
|
|
baseURL = "www.example.com"
|
|
|
|
languageCode = "en-us"
|
|
|
|
title = "Hugo Whisper Theme"
|
|
|
|
themesDir = "../.."
|
|
|
|
theme = "hugo-whisper-theme"
|
|
|
|
|
|
|
|
pygmentsCodeFences = true
|
|
|
|
pygmentsCodefencesGuessSyntax = true
|
|
|
|
pygmentsUseClasses = true
|
|
|
|
|
2021-07-09 03:26:11 +00:00
|
|
|
[module]
|
|
|
|
[module.hugoVersion]
|
|
|
|
extended = true
|
|
|
|
min = "0.55.0"
|
|
|
|
|
2019-08-06 04:09:34 +00:00
|
|
|
# Controls how many words are printed in the content summary on the docs homepage.
|
|
|
|
# See https://gohugo.io/content-management/summaries/
|
|
|
|
summaryLength = 30
|
|
|
|
|
2019-02-17 06:55:16 +00:00
|
|
|
[[menu.main]]
|
|
|
|
name = "Home"
|
|
|
|
url = "/"
|
|
|
|
weight = 1
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
name = "Docs"
|
|
|
|
url = "/docs/"
|
2019-02-17 23:58:43 +00:00
|
|
|
weight = 2
|
|
|
|
|
|
|
|
[params]
|
|
|
|
google_analytics_id=""
|
2019-03-15 01:24:59 +00:00
|
|
|
homepage_button_link = '/docs'
|
2019-04-10 22:19:45 +00:00
|
|
|
homepage_button_text = 'Read The Docs'
|
2019-03-15 01:24:59 +00:00
|
|
|
homepage_intro = 'Whisper is a documentation theme built with Hugo. The design and functionality is intentionally minimal.'
|
|
|
|
homepage_image = '/images/terminal.gif'
|
2019-02-17 23:58:43 +00:00
|
|
|
|
2019-08-04 09:06:07 +00:00
|
|
|
## You can enable to add anchor links to header elements
|
|
|
|
# enable_anchor_link = true
|
|
|
|
|
2019-02-17 23:58:43 +00:00
|
|
|
[params.homepage_meta_tags]
|
2019-03-14 00:56:09 +00:00
|
|
|
meta_description = "Hugo Whisper is a documentation theme built with Hugo."
|
2019-02-17 23:58:43 +00:00
|
|
|
meta_og_title = "Hugo Whisper Theme"
|
|
|
|
meta_og_type = "website"
|
2020-09-06 03:11:35 +00:00
|
|
|
meta_og_url = "https://hugo-whisper.netlify.app"
|
2019-02-17 23:58:43 +00:00
|
|
|
meta_og_image = "https://raw.githubusercontent.com/JugglerX/hugo-whisper-theme/master/images/tn.png"
|
2019-03-14 00:56:09 +00:00
|
|
|
meta_og_description = "Hugo Whisper is a documentation theme built with Hugo."
|
2019-02-17 23:58:43 +00:00
|
|
|
meta_twitter_card = "summary"
|
|
|
|
meta_twitter_site = "@zerostaticio"
|
2019-04-11 20:48:17 +00:00
|
|
|
meta_twitter_creator = "@zerostaticio"
|
|
|
|
|
|
|
|
[params.logo]
|
|
|
|
mobile = "/images/logo-mobile.svg"
|
|
|
|
standard = "/images/logo.svg"
|