diff options
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.yml | 35 | ||||
-rw-r--r-- | exampleSite/content/api.html | 6 | ||||
-rw-r--r-- | exampleSite/content/stats.html | 9 | ||||
-rw-r--r-- | exampleSite/static/logo.png | bin | 21758 -> 5707 bytes |
4 files changed, 23 insertions, 27 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml index 6bd09b9..d829b3a 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -6,7 +6,7 @@ # Welcome to the cState configuration file! # -# This is the configuration file for v2-rc1. +# This is the configuration file for v2.0! # If you are using an earlier version, or one # in the future, such as v3, you may see errors # pop up when deploying a cState website. @@ -44,11 +44,15 @@ # What is your status page called? # Shows up in the browser bar and meta tags -title: cState Status +title: Eggsample App Status -# What language is this page in? +# What language is this site using? # Only alters the html[lang] attribute -languageCode: en-US +# +# ISO 639-1 defines abbreviations. +# See: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes +# Also: https://www.w3schools.com/tags/ref_language_codes.asp +languageCode: en # What is the hostname or path to the root? # Where is the site hosted? @@ -80,7 +84,6 @@ params: - name: Media Proxy description: This is the service responsible for serving images, audio, and video. It is reliant on our CDN. - # partial: custom/metrics # What header design should we use? # @@ -120,14 +123,22 @@ params: # name: Name # link: https://example.com - # Uptime statistics tab + # Auto refresh the page + # every ~5 min # - # Shows link to /stats - # (uptime stats) + # This does nothing but + # refresh the page; it + # does not send alerts! # # Default: true # BOOLEAN; `true`, `false` - showUptime: true + autoRefresh: true + + # Incident posts shown + # in one page + # + # NUMERIC; Default: `10` + incidentPostsPerPage: 10 # Colors throughout cState # @@ -187,13 +198,13 @@ buildFuture: true # These options affect the core of cState. # Please do not change them if you do not # know what you are doing. -theme: cstate-master +theme: cstate # If you are developing locally and want # to contribute to the cState Git repo, # please uncomment this option but do not -# forget to re-comment it when -themesDir: ../.. +# forget to re-comment it when commiting. +# themesDir: ../.. # This option tells cState what version # your config file is using. diff --git a/exampleSite/content/api.html b/exampleSite/content/api.html deleted file mode 100644 index bf2b338..0000000 --- a/exampleSite/content/api.html +++ /dev/null @@ -1,6 +0,0 @@ ---- ---- - -<!-- -Please keep this file if you wish to enable API access. ---> diff --git a/exampleSite/content/stats.html b/exampleSite/content/stats.html deleted file mode 100644 index bee2349..0000000 --- a/exampleSite/content/stats.html +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Uptime -description: This page has some information analyzing the downtime that has been reported on this status page. -type: uptime ---- - -<!-- -Please keep this file if you wish to show uptime stats. ---> diff --git a/exampleSite/static/logo.png b/exampleSite/static/logo.png Binary files differindex 851d104..95223da 100644 --- a/exampleSite/static/logo.png +++ b/exampleSite/static/logo.png |