-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
56 lines (47 loc) · 1.75 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 = "www.allmytaxes.com"
languageCode = "en-us"
title = "All My Taxes"
themesDir = "themes"
theme = "hugo-serif-theme"
[params]
# In most cases you will only want to use either one of these. If you have Google Analytics included in your GTM tags don't put your GA ID here. Otherwise your data might be useless.
google_analytics_id = ""
google_tag_manager_id = ""
[params.homepage]
show_call_box = true
[params.logo]
mobile = "images/logo-mobile.svg"
desktop = "images/logo.svg"
desktop_height = "36px"
alt = "Serif - A Hugo Business Theme"
[params.homepage_meta_tags]
meta_description = "Serif is a modern business theme for Hugo. It contains content types for the archetypical business website. The theme is fully responsive, blazing fast and artfully illustrated."
meta_og_title = "Hugo Serif Theme"
meta_og_type = "website"
meta_og_url = "https://hugo-serif.netlify.app"
meta_og_image = "https://raw.githubusercontent.com/JugglerX/hugo-serif-theme/master/images/tn.png"
meta_og_description = "Serif is a modern business theme for Hugo. It contains content types for the archetypical business website. The theme is fully responsive, blazing fast and artfully illustrated."
meta_twitter_card = "summary"
meta_twitter_site = "@zerostaticio"
meta_twitter_creator = "@zerostaticio"
[params.footer]
copyright_text = 'Copyright © 2020 AllMyTaxes. All rights reserved.'
[menu]
# Main Menu
[[menu.main]]
name = "Services"
url = "/services/"
weight = 1
# [[menu.main]]
# name = "Team"
# url = "/team/"
# weight = 2
# Footer Menu
[[menu.footer]]
name = "Home"
url = "/"
weight = 1
[[menu.footer]]
name = "Contact"
url = "/contact/"
weight = 2