summaryrefslogtreecommitdiff
path: root/themes/hugo-whisper-theme/exampleSite/config.toml
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-09 19:19:28 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-09 19:19:28 -0300
commitba2d75b4ce76ef6a0d16576bb79cd303149cf3b6 (patch)
treeb54068eb2375d08efe4e499d741cdab2e322e6c4 /themes/hugo-whisper-theme/exampleSite/config.toml
parent1b3b01ca7e2d13eebece22a718810fcd074f5250 (diff)
Added base hugo-whisper site
Diffstat (limited to 'themes/hugo-whisper-theme/exampleSite/config.toml')
-rw-r--r--themes/hugo-whisper-theme/exampleSite/config.toml53
1 files changed, 53 insertions, 0 deletions
diff --git a/themes/hugo-whisper-theme/exampleSite/config.toml b/themes/hugo-whisper-theme/exampleSite/config.toml
new file mode 100644
index 0000000..9c9a6bf
--- /dev/null
+++ b/themes/hugo-whisper-theme/exampleSite/config.toml
@@ -0,0 +1,53 @@
+baseURL = "www.example.com"
+languageCode = "en-us"
+title = "Hugo Whisper Theme"
+themesDir = "../.."
+theme = "hugo-whisper-theme"
+
+pygmentsCodeFences = true
+pygmentsCodefencesGuessSyntax = true
+pygmentsUseClasses = true
+
+[module]
+ [module.hugoVersion]
+ extended = true
+ min = "0.55.0"
+
+# Controls how many words are printed in the content summary on the docs homepage.
+# See https://gohugo.io/content-management/summaries/
+summaryLength = 30
+
+[[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'
+
+ ## You can enable to add anchor links to header elements
+ # enable_anchor_link = true
+
+ [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.app"
+ 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"
+
+ [params.logo]
+ mobile = "/images/logo-mobile.svg"
+ standard = "/images/logo.svg"