-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
48 lines (40 loc) · 1.16 KB
/
hugo.toml
File metadata and controls
48 lines (40 loc) · 1.16 KB
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
baseURL = 'https://www.mobiflight.com/'
languageCode = 'en-us'
title = 'MobiFlight'
theme = "hugo-universal-theme"
[params]
disabled_logo = false
logo_text = "MobiFlight"
logo = "android-chrome-512x512.png"
logo_small = "android-chrome-192x192.png"
style = "blue"
[params.features]
enable = true
cols = 3 # Default: 3, Available values 2,3,4,6
[params.see_more]
enable = true
title = "Turn your flight sim dreams into reality with MobiFlight"
subtitle = "the open-source, plug-and-play solution for building custom cockpit hardware without coding."
link_url = "https://www.mobiflight.com/download/"
link_text = "Download"
[params.sponsors]
enable = true
title = "MobiFlight sponsors & supporters"
subtitle = "[Premium sponsors](sponsor/) who support the MobiFlight project with a monthly donation"
[params.CarouselSponsors]
auto_play = true
[[menu.main]]
name = "Documentation"
identifier = "menu.docs"
url = "https://docs.mobiflight.com/"
weight = 10
[[menu.main]]
name = "Support"
identifier = "menu.support"
url = "https://discord.gg/yUaBqMbz"
weight = 20
[[menu.main]]
name = "Donate"
identifier = "menu.donate"
url = "https://docs.mobiflight.com/donate/"
weight = 30