-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
65 lines (49 loc) · 1.71 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
61
62
63
64
65
baseurl = "localhost"
title = "Penn Labs Status page"
languageCode = "en-us"
theme = "hello-friend-ng"
paginate = 10
[params]
isHealthy = false
dateform = "Feb 12, 2023"
dateformShort = "Jan 2"
dateformNum = "2023-02-12"
dateformNumTime = "2023-02-12 15:04"
# Subtitle for home
homeSubtitle = "Penn Labs Status page"
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Enable sharing buttons, if you like
enableSharingButtons = true
# Metadata mostly used in document's head
description = "Status page for all labs products (OHQ, Penn Courses, Penn Clubs, Penn Mobile)"
keywords = "homepage"
images = [""]
# Health styles
healthyLogoCursorColor = "#52de69"
unhealthyLogoCursorColor = "#fe5186"
[taxonomies]
category = "status"
tag = "tags"
series = "series"
[languages]
[languages.en]
title = "Penn Labs Status page"
keywords = ""
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "status page"
logoHomeLink = "/"
logoMark = ">"
# Set true to remove the logo cursor entirely.
# logoCursorDisabled = false
# Set to a valid CSS time value to change the animation duration, "0s" to disable.
# logoCursorAnimate = "2s"
# Append the current url pathname to logoText
# logoCursorPathname = true
# And you can even create generic menu
[[menu.main]]
identifier = "Availability Details"
name = "Availability Details"
url = "/products"