Skip to content

GEWIS/gewisstatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service Status Page

A simple, modern status page that renders markdown content. Perfect for GitHub Pages hosting.

Features

  • Markdown-based content: Easy to edit and maintain
  • Modern UI: Clean, responsive design with your brand color (#C40000)
  • Status indicators: Visual status indicators (operational, degraded, outage, maintenance)
  • Auto-refresh: Updates every 5 minutes
  • Light theme: Readable and professional

How to Use

Edit the status.md file to update your service status. The file uses a simple metadata format:

status: operational  # Can be: operational, degraded, outage, maintenance
title: All Systems Operational
date: 2024-01-13T12:00:00Z  # ISO format date

# Your status content here
# Use regular markdown formatting

📋 Markdown Features Supported

Headers: #, ##, ###, ####

Lists: Bulleted and numbered

Tables: Full table support

Code: Inline `code` and code blocks

Links: [text](url)

Images: ![alt](url)

Blockquotes: > quoted text

Bold/Italic: **bold**, *italic*

Horizontal Rules: ---

File Structure

  • index.html - Main HTML file
  • styles.css - CSS styles
  • script.js - JavaScript for markdown rendering
  • status.md - Status content (edit this file)

Status Types

The system supports these status types:

  • operational - Green indicator (all systems working)
  • degraded - Yellow indicator (some issues)
  • outage - Red indicator (major problems)
  • maintenance - Blue indicator (planned work)

Markdown Support

The page supports full markdown formatting:

  • Headers (#, ##, ###)
  • Lists (bulleted and numbered)
  • Tables
  • Code blocks
  • Links and images
  • Blockquotes

Browser Compatibility

Works in all modern browsers. Uses:

  • Fetch API (for loading markdown)
  • Marked.js (for markdown parsing)
  • CSS Grid/Flexbox (for layout)

About

GEWIS status page, vibecoded using mistral AI

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Contributors 2

  •  
  •