--- ### ALL PAGES ### layout: themes/[ site.theme.id ]/frontend/core/cover ### PAGE CONFIG ### # Hero Section hero: headline: "{{ site.brand.name }}" headline_accent: "status" subheadline: "Current status and uptime for all {{ site.brand.name }} services" # Status Section status: days: 90 # Number of days to show in uptime bars overall: operational: "All systems operational" degraded: "Partial system outage" major: "Major system outage" maintenance: "Under maintenance" services: - id: "website" name: "Website" description: "Main website and landing pages" url: null # Optional: Link to the service - id: "api" name: "API" description: "REST API endpoints" url: null - id: "dashboard" name: "Dashboard" description: "User dashboard and account management" url: null - id: "cdn" name: "CDN" description: "Content delivery network" url: null # Updates Section updates: superheadline: icon: "bell" text: "Notifications" headline: "Get" headline_accent: "updates" subheadline: "Subscribe to receive status updates via email" button: text: "Subscribe" icon: "envelope" # Maintenance Section maintenance: headline: "Scheduled maintenance" empty_message: "No scheduled maintenance" # Incidents Section incidents: headline: "Recent incidents" empty_message: "No incidents reported" show_history_link: "Show incident history" history_url: null # Optional: Link to full incident history # Build Info Section build_info: headline: "Build information" ---

{{ page.resolved.hero.headline }} {{ page.resolved.hero.headline_accent }}

{% iftruthy page.resolved.hero.subheadline %}

{{ page.resolved.hero.subheadline }}

{% endiftruthy %}
{% uj_icon "circle-check", "status-icon text-success fs-4" %}

{{ page.resolved.status.overall.operational }}

Refreshed 0s ago
{% for service in page.resolved.status.services %}
{% uj_icon "circle-check", "text-success" %} {% iftruthy service.url %} {{ service.name }} {% endiftruthy %} {% iffalsy service.url %} {{ service.name }} {% endiffalsy %} {% iftruthy service.description %} — {{ service.description }} {% endiftruthy %}
100%
{% for i in (1..90) %}
{% endfor %}
{% endfor %}
Operational
Degraded
Outage
Maintenance
{{ page.resolved.status.days }} days ago 60 days ago 30 days ago Today

{{ page.resolved.incidents.headline }}

{% uj_icon "circle-check", "fs-1 mb-3 text-success opacity-75" %}

{{ page.resolved.incidents.empty_message }}

{% iftruthy page.resolved.incidents.history_url %} {% endiftruthy %}

{{ page.resolved.maintenance.headline }}

{% uj_icon "calendar-check", "fs-1 mb-3 opacity-50" %}

{{ page.resolved.maintenance.empty_message }}

{% iftruthy page.resolved.updates.superheadline.text %} {% iftruthy page.resolved.updates.superheadline.icon %} {% uj_icon page.resolved.updates.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.updates.superheadline.text }} {% endiftruthy %}

{{ page.resolved.updates.headline }} {% iftruthy page.resolved.updates.headline_accent %} {{ page.resolved.updates.headline_accent }} {% endiftruthy %}

{% iftruthy page.resolved.updates.subheadline %}

{{ page.resolved.updates.subheadline }}

{% endiftruthy %}

{{ page.resolved.build_info.headline }}

Loading...
Loading build information...
{% uj_icon "clock", "text-primary" %}
Last build
{% uj_icon "server", "text-info" %}
Environment
{% uj_icon "box", "text-success" %}
Package versions
{% uj_icon "code-branch", "text-secondary" %}
Repository
{% uj_icon "circle-exclamation", "fs-3 mb-2 text-warning opacity-75" %}

Unable to load build information

{{ content | uj_content_format }}