status/README.md

17 lines
259 B
Markdown
Raw Permalink Normal View History

2020-03-21 18:47:17 +00:00
# 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
```