forked from juntao/arenztopia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
51 lines (43 loc) · 1.23 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
baseURL = "/"
languageCode = "en-us"
title = "Arenztopia"
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 = ""
title = "Arenztopia"
[params.logo]
mobile = "images/logo-mobile.png"
standard = "images/logo.png"
alt = "Arenztopia"
[params.homepage_meta_tags]
meta_description = "The country of Arenztopia"
meta_og_title = "Arenztopia"
meta_og_type = "website"
meta_og_url = "https://www.arenztopia.com"
meta_og_image = "https://www.arenztopia.com/images/flag.jpg"
meta_og_description = "The country of Arenztopia"
meta_twitter_card = "summary"
meta_twitter_site = "@secondstateinc"
meta_twitter_creator = "@juntao"
[menu]
# Main Menu
[[menu.main]]
name = "News"
url = "/news/"
weight = 1
[[menu.main]]
name = "People"
url = "/people/"
weight = 2
# Footer Menu
[[menu.footer]]
name = "Home"
url = "/"
weight = 1
[[menu.footer]]
name = "General Information"
url = "/info/"
weight = 2