aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md56
1 files changed, 56 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..efccdd0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,56 @@
+# cState
+
+[![Donate](https://img.shields.io/badge/support_us-donate-yellow.svg?style=flat-square)](https://www.polargalaxy.com/donate) [![Discord](https://img.shields.io/badge/discord-join%20chat-7289DA.svg?style=flat-square)](https://www.polargalaxy.com/discord) [![feross/standard compliant](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) [![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) [![Twitter](https://img.shields.io/twitter/follow/polargalaxymc.svg?style=social&label=Follow)](https://twitter.com/polargalaxymc)
+
+> Blazing fast status page with excellent browser support. Built with Hugo. Work in progress, many features planned.
+
+Is [statuspage.io](https://www.statuspage.io/) too expensive? Do you need an open source alternative for your project that is supported on archaic browsers like IE8 and never stops beating? cState is here to help.
+
+[Live demo](https://status.polargalaxy.com)
+
+[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/onlinemantas/cstatet)
+
+## Usage
+
+To set up cState, do the following:
+
+1. Deploy the status page, preferably using [Netlify](https://app.netlify.com/start/deploy?repository=https://github.com/onlinemantas/cstatet) and/or [GitHub Pages](https://pages.github.com).
+2. Upload your favicon and logo to `/static/` and edit `config.yml`.
+
+Once that is done, you can create a new post like this:
+
+```
+hugo new incident/dns-killed-us.md
+```
+
+Then, go into `incident/dns-killed-us.md` and follow this format:
+
+```md
+---
+Title: Catastrophic DNS failure
+Description: After moving from one server to another, some DNS settings had unknowingly been tweaked which caused a complete outage for everything hosted on our domain.
+Date: 2017-04-04T15:58:32
+Section: post
+---
+
+##### Post-mortem
+
+On Monday, Amazon gave up on us.
+```
+
+## Features
+
++ Built with [Hugo](https://gohugo.io), on a sturdy foundation
++ Works everywhere: all modern browsers, even IE8 and later
++ You can subscribe to web notifications for status updates
++ Simple, focused, and robust design
++ Easy to edit and deploy
+
+## Resources
+
++ [Issue tracker](https://github.com/onlinemantas/cstate)
++ [Code repository](https://github.com/onlinemantas/cstate)
+
+## License
+
+MIT © Mantas Vilčinskas