-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
56 lines (55 loc) · 1.35 KB
/
hugo.yaml
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: https://www.gearworkssmp.com/
languageCode: en-us
params:
env: production
homeInfoParams:
Title: Welcome! 👋
Content: Read the [join](/join/) page for more information on how to join the largest Create mod server!
socialIcons: # optional
- name: "Github"
url: "https://github.com/GearworksSMP"
- name: "Patreon"
url: "https://patreon.com/uberswe"
- name: "Discord"
url: "https://discord.gg/NQJuhb6stv"
contact:
email: admin@uberswe.com
subtitle: The Largest Create Mod Server
ShowShareButtons: true
ShareButtons: [ "facebook", "twitter", "whatsapp", "telegram" ]
title: Gearworks SMP
theme: hugo-PaperMod
menu:
main:
- identifier: join
name: Join
url: "/join"
weight: 1
- identifier: rules
name: Rules
url: "/rules"
weight: 2
- identifier: faq
name: FAQ
url: "/faq"
weight: 3
- identifier: posts
name: Posts
url: "/posts"
weight: 4
- identifier: northwest
name: North West
url: "/maps/northwest/"
weight: 10
- identifier: northeast
name: North East
url: "/maps/northeast/"
weight: 20
- identifier: southwest
name: South West
url: "/maps/southwest/"
weight: 30
- identifier: southeast
name: South East
url: "/maps/southeast/"
weight: 40