A static status page, designed to be blazingly fast and quick enough to update. Demo
To update the system status page (homepage), just create a new post in _posts/
.
Staticus uses a couple custom frontmatter fields:
action
denotes the type of status message. (incident-error or incident-warning or resolved)Staticus also looks at the tags
frontmatter to determine the appropriate channel for the update. You can update multiple channels with the same post. Define your channels in _data/tags.yml
.
system: true
will be treated as a top-level system channel.scheduled: true
will be treated as a scheduled channel.To run on GitHub Pages:
_posts
and _data
respectivelyCNAME
file---
layout: post
title: First bad things happening
date: 2017-01-01 11:11
action: incident-error
tags: [data, apps]
---
# clone or download the repo
$ bundle install
$ jekyll serve
These sites are using Staticus: