-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
40 lines (34 loc) · 1.12 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
baseURL = "/"
languageCode = "en-us"
title = "St. Louis Blues Fan Discord"
themesDir = "themes"
theme = "hugo-whisper-theme"
disableKinds = ["taxonomy", "taxonomyTerm"]
enableEmoji = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Info"
url = "/info/"
weight = 2
[params]
google_analytics_id=""
homepage_button_link = '/info'
homepage_button_text = 'Read More'
homepage_intro = 'This is the home of the St. Louis Blues Fan Discord. Here you can find rules and additional info.'
homepage_image = '/images/discord.png'
[params.homepage_meta_tags]
meta_description = "This is the home of the St. Louis Blues Fan Discord."
meta_og_title = "St. Louis Blues Fan Discord"
meta_og_type = "website"
meta_og_url = "https://rstlouisblues.netlify.com/"
meta_og_description = "This is the home of the St. Louis Blues Fan Discord."
meta_twitter_card = "summary"
[params.logo]
mobile = "/images/trumpet.png"
standard = "/images/4324_st_louis_blues-wordmark-1996.png"