-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
63 lines (49 loc) · 2.54 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
############################################################
## Hugo ClearStatus config
############################################################
# Complete page title
title: ClearStatus systems status page
# Language config
languageCode: en
############################################################
## More default config. in /config/_default/config.yml
############################################################
############################################################
## Status default config. Valid for ALL languages.
############################################################
params:
systems:
- name: Website
description: Our company public facing website
link: https://www.example.com/
- name: Helpdesk
description: Our company customer support site
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/clearstatus.svg"
# favicon
icon: "/images/clearstatus.png"
iconType: "image/png"
# Descriptions
meta_description: "This status page provides updated information about our systems normal operation, incidents that may happen and their resolution."
description_footer: "<a class='text-grey-darkest' title='Visit example.com' href='https://www.example.com/'>Example.com</a> provides open-source software for all kind of sectors."
description_header: "Information about <a class='text-grey-darkest' title='Visit example.com' href='https://www.example.com/'>example</a> systems operations.<br />Follow us <a class='text-grey-darkest' title='Visit our page on Twitter' href='https://www.twitter.com/example'>on Twitter</a> or subscribe to <a class='text-grey-darkest' href='%s' >RSS</a><br />to be alerted of new events."
copyrightHolder: "Example Inc."
# 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
############################################################