-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
54 lines (46 loc) · 1.07 KB
/
config.toml
File metadata and controls
54 lines (46 loc) · 1.07 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
49
50
51
52
baseURL = "https://fresh.tenseventyseven.cf"
languageCode = "en-us"
title = "Fresh | tensevntysevn"
[caches]
[caches.images]
dir = ':cacheDir/images'
[params]
copyright = "© John Vincent - 2021"
footerLogo = "/assets/images/widget-logo.png"
description = "Think Outside the Box. Fresh 3.2 is here."
[params.brand]
logo = "/assets/logo.svg"
color = "/assets/logo-color.svg"
navbar = "/assets/navbar-logo.svg"
copyright = "2021 tensevntysevn"
# Sitemap Menu
[[menu.sitemap]]
name = "Server Status"
url = "https://status.tensevntysevn.cf/"
weight = 1
[[menu.sitemap]]
name = "Code of Conduct"
url = "ethics"
weight = 2
[[menu.sitemap]]
name = "Privacy Policy"
url = "privacy"
weight = 3
[params.address]
address = "Manila, Philippines"
email = "kamusta@tensevntysevn.cf"
github = "TenSeventy7"
telegram = "TenSeventy7"
# Social icons
[[params.social]]
icon = "fa-telegram"
url = "https://www.facebook.com/"
weight = 1
[[params.social]]
icon = "fa-discord"
url = "https://www.linkedin.com/"
weight = 2
[[params.social]]
icon = "fa-twitter-square"
url = "https://twitter.com/"
weight = 3