forked from weeblrpress/clearstatus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml
72 lines (58 loc) · 2.28 KB
/
config.yml
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
66
67
68
69
70
71
72
############################################################
## Hugo ClearStatus config
############################################################
# Complete page title
title: Server status
# Language config
languageCode: en
############################################################
## More default config. in /config/_default/config.yml
############################################################
############################################################
## Status default config. Valid for ALL languages.
############################################################
params:
systems:
- name: Platform
description: Recruitment Portal, Employee Portal, Career Portal, Agency Portal
link: https://statuspage.freshping.io/25298-PLATFORM
- name: Marketplace
description: Integration related services
link: https://statuspage.freshping.io/25297-MARKETPLACE
- name: Lisa
description: Chatbot
link: https://statuspage.freshping.io/25296-LISA
# - name: Mail
# description: Messaging
# link: https://support.example.com/
# - name: ML
# description: Resume praser and coring
# link: https://support.example.com/
# dateFormat Default: "January 2, 2006 at 3:04 PM"
# shortDateFormat Default: "15:04 — Jan 2"
dateFormat: "January 2, 2006 at 3:04 PM"
shortDateFormat: "15:04 — Jan 2"
# This string will be displayed after each time displayed
# Set it for instance to " UTC" to indicate UTC times
# or a specific time zone, ie " America/New_York"
# You can also instead used a translated string per language
timezoneString: " UTC"
# Path to logo image from the /static folder.
logo: "/images/param-logo.svg"
# favicon
icon: "/images/param_32.ico"
iconType: "image/x-icon"
# Descriptions
meta_description: "Param.ai status updates"
description_footer: ""
description_header: ""
copyrightHolder: "Param.ai"
# Disqus commenting per issue: set your Disqus shortname here
# Leave empty for no discussion at all.
# You can also enable/disable discussions per issue
disqusShortname:
# Layout
eventsPerPage: 10
############################################################
## More default config. in /config/_default/params.yml
############################################################