17 lines
538 B
TOML
17 lines
538 B
TOML
baseurl = "/"
|
|
languageCode = "en-us"
|
|
title = "Spearhead Cloud Status"
|
|
|
|
[permalinks]
|
|
incidents = "/incidents/:year/:month/:day/:slug/"
|
|
|
|
[params]
|
|
defaultLogo = "http://spearhead.systems/static/img/sphstop.png"
|
|
faviconsPath = "/images/favicon/"
|
|
|
|
# List of systems monitored in this status page.
|
|
# You'll be able to change their status every time
|
|
# you open or update an incident.
|
|
# Replace these examples with your own system names.
|
|
systems = ["CloudAPI", "DNS", "Portal", "Docker API", "Code Repository", "Spearhead Cloud CLI Tools"]
|