-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
56 lines (48 loc) · 1.62 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
baseURL = "https://www.westcoastconnect.com/"
languageCode = "en-ca"
title = "Westcoast Connect"
disableKinds = ["taxonomy", "taxonomyTerm"]
description = "Daily shipping from Nanaimo + Port Alberni to Ucluelet & Tofino"
googleAnalytics = "UA-165627404-4"
[params]
# Schema Information
businessname = "Westcoast Connect Freight Inc."
type = "LocalBusiness" # Enter Your Type of business - schema.org
reviewcount = "5" # How many reviews you've got
reviewvalue = "4.5" # Average ratings on Yelp & Google
reservation = "false" # Do you accept reservations? Enter true or false
openinghour = "Mon - Fri 8:30-16:30" # Opening Hours
address = "1972c Peninsula Rd" # Enter Address Here
city = "Ucluelet" # Enter City
region = "BC" # Enter State or Province Here
country = "Canada" #Enter Country Here
postalcode = "V0R3A0" # Enter Postal Code
phone = "+1-250-816-4394" # Enter Phone Number
email = "[email protected]" # Enter Your Email
facebookurl = "https://www.facebook.com/"
instagram = "https://instagram.com/"
logo = "img/logo.png"
image = "img/og.jpg" # Ideal 1200 x 630 for schema + og
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
name = "Services"
url = "/services/"
weight = 3
[[menu.main]]
name = "FAQ"
url = "/faq/"
weight = 4
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 5