-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
64 lines (54 loc) · 1.65 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
57
58
59
60
61
62
63
64
baseURL = "https://woostertech.com/"
languageCode = "en-us"
title = "Wooster Technical Solutions"
themesDir = "themes"
theme = "hugo-hero-theme"
[taxonomies]
tag = "tag"
category = "categories"
author = "authors"
building = "buildings"
[module]
[module.hugoVersion]
extended = true
min = "0.108.0"
[params]
google_analytics_id=""
[params.logo]
mobile = "images/logo-mobilenew.svg"
mobile_height = "36px"
mobile_width = "36px"
desktop = "images/logo-newnew.svg"
desktop_height = "40px"
desktop_width = "217px"
alt = "Wooster Technical Solutions"
[params.homepage_meta_tags]
meta_description = "Hero is a multipurpose Hugo theme with fullscreen hero images and page sections. It contains content types for a business or portfolio site."
meta_og_title = "Hugo Hero Theme"
meta_og_type = "website"
meta_og_url = "https://hugo-hero.netlify.app"
meta_og_image = "https://raw.githubusercontent.com/JugglerX/hugo-hero-theme/master/images/tn.png"
meta_og_description = "Hero is a multipurpose Hugo theme with fullscreen hero images and page sections. It contains content types for a business or portfolio site."
meta_twitter_card = "summary"
meta_twitter_site = "@zerostaticio"
meta_twitter_creator = "@zerostaticio"
[[menu.main]]
name = "Services"
url = "/services/"
weight = 1
[[menu.main]]
name = "Blog"
url = "/blog/"
weight = 2
[[menu.main]]
name = "About"
url = "/about/"
weight = 3
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 4
[permalinks]
post = "/:year/:month/:day/:slug/"
blog = "/:year/:month/:slug/"
pages = "/:filename/"