mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
a83818abf5
Fixes typo in layout and example site. Closes #7.
37 lines
No EOL
1.1 KiB
TOML
37 lines
No EOL
1.1 KiB
TOML
baseURL = "www.example.com"
|
|
languageCode = "en-us"
|
|
title = "Hugo Whisper Theme"
|
|
themesDir = "../.."
|
|
theme = "hugo-whisper-theme"
|
|
|
|
pygmentsCodeFences = true
|
|
pygmentsCodefencesGuessSyntax = true
|
|
pygmentsUseClasses = true
|
|
|
|
[[menu.main]]
|
|
name = "Home"
|
|
url = "/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "Docs"
|
|
url = "/docs/"
|
|
weight = 2
|
|
|
|
[params]
|
|
google_analytics_id=""
|
|
homepage_button_link = '/docs'
|
|
homepage_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."
|
|
meta_og_title = "Hugo Whisper Theme"
|
|
meta_og_type = "website"
|
|
meta_og_url = "https://hugo-whisper.netlify.com"
|
|
meta_og_image = "https://raw.githubusercontent.com/JugglerX/hugo-whisper-theme/master/images/tn.png"
|
|
meta_og_description = "Hugo Whisper is a documentation theme built with Hugo."
|
|
meta_twitter_card = "summary"
|
|
meta_twitter_site = "@zerostaticio"
|
|
meta_twitter_creator = "@zerostaticio" |