-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
executable file
·60 lines (50 loc) · 1.28 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
basepageRef = "https://weyland-yutani.proffer.dev"
languageCode = "en-us"
title = "Weyland-Yutani Corp"
theme = "weyland-yutani"
enableRobotsTXT = true
[params]
description = "The Weyland-Yutani Corporation specializes in and develops major advancements in technology, such as off-world colonization."
subTitle = "Building Better Worlds"
currentOperation = "Acheron"
founded = "2157"
colonists = "158"
images = ["/images/weyland-yutani-social.jpg"]
[taxonomies]
series = "series"
[menu]
[[menu.main]]
identifier = "careers"
name = "Careers"
pageRef = "/careers/"
weight = 1
[[menu.main]]
identifier = "news"
name = "News"
pageRef = "/news/"
weight = 2
[[menu.main]]
identifier = "contact"
name = "Contact"
pageRef = "/contact/"
weight = 3
[[menu.required]]
identifier = "privacy-policy"
name = "Privacy Policy"
pageRef = "/privacy-policy/"
weight = 1
[[menu.required]]
identifier = "terms-of-use"
name = "Terms of Use"
pageRef = "/terms-of-use/"
weight = 2
[[menu.info]]
identifier = "site-map"
name = "Site Map"
pageRef = "/site-map/"
weight = 1
[[menu.info]]
identifier = "site-information"
name = "Site Information"
pageRef = "/site-information/"
weight = 2