{
  "is": "pages",
  "title": "Pages",
  "baseURL": "https://status.mechapower.eu", 
  "description": "",
  "pages": [
      {
        "is": "page",
        "title": "",
        "createdAt": "0001-01-01 00:00:00 +0000 UTC",
        "lastMod": "2025-07-27 20:54:19 +0200 +0200",
        "permalink": "https://status.mechapower.eu/pages/bg-audio-test/",
        "filename": "bg-audio-test.md",
        "summary": "\u0026lt;audio id=\u0026#34;bgMusic\u0026#34; loop\u0026gt; \u0026lt;source src=\u0026#34;path/to/your/music.mp3\u0026#34; type=\u0026#34;audio/mpeg\u0026#34;\u0026gt; Your browser does not support the audio element. \u0026lt;/audio\u0026gt; \u0026lt;button id=\u0026#34;toggleMusic\u0026#34; class=\u0026#34;button\u0026#34;\u0026gt;Toggle Music\u0026lt;/button\u0026gt; \u0026lt;script\u0026gt; const bgMusic = document.getElementById(\u0026#39;bgMusic\u0026#39;); const toggleBtn = document.getElementById(\u0026#39;toggleMusic\u0026#39;); let isPlaying = false; toggleBtn.addEventListener(\u0026#39;click\u0026#39;, function() { if (isPlaying) { bgMusic.pause(); isPlaying = false; toggleBtn.textContent = \u0026#39;Play Music\u0026#39;; } else { bgMusic.play(); isPlaying = true; toggleBtn.textContent = \u0026#39;Pause Music\u0026#39;; } }); \u0026lt;/script\u0026gt; "
      }
    ,
      {
        "is": "page",
        "title": "Example Page",
        "createdAt": "0001-01-01 00:00:00 +0000 UTC",
        "lastMod": "2025-07-27 20:54:19 +0200 +0200",
        "permalink": "https://status.mechapower.eu/pages/example-page/",
        "filename": "example-page.md",
        "summary": "Title here! This is an example page that demonstrates the capabilities of a Markdown page in cState.\nYou can use HTML if the file extension is .html, but this one is .md.\nLet us dive in.\nParagraphs are separated by a blank line.\n2nd paragraph. Italic, bold, and monospace. Itemized lists look like:\nthis one that one the other one Note that \u0026mdash; not considering the asterisk \u0026mdash; the actual text content starts at 4-columns in."
      }
    
  ]
}
