status/README.md

17 lines
259 B
Markdown

# Status
This is the source code of my status page
## Build
This status page is powered by [cstate](https://github.com/cstate/cstate)
Use the following commands to generate all the pages
```bash
git clone
git submodule init
git submodule update
hugo
```